Closeable, Flushable, AutoCloseablepublic class AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream extends OutputStream
| Constructor | Description |
|---|---|
CharacterEventGeneratorOutputStream() |
| Modifier and Type | Method | Description |
|---|---|---|
Deque<XMLSecCharacters> |
getCharactersBuffer() |
|
void |
write(byte[] b) |
|
void |
write(byte[] b,
int off,
int len) |
|
void |
write(int b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, 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–2018 The Apache Software Foundation. All rights reserved.