public class AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream extends OutputStream
| Constructor and Description |
|---|
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 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–2020 The Apache Software Foundation. All rights reserved.