public class AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream extends OutputStream
| Constructor and Description |
|---|
AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
Deque<XMLSecCharacters> |
getCharactersBuffer() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flushpublic AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream()
public Deque<XMLSecCharacters> getCharactersBuffer()
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2000–2016 The Apache Software Foundation. All rights reserved.