private class CMSSignedDataStreamGenerator.NullOutputStream
extends java.io.OutputStream
Modifier | Constructor and Description |
---|---|
private |
NullOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] buf) |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
public void write(byte[] buf) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] buf, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.