Closeable
, Flushable
, AutoCloseable
public 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, wait
close, flush
public Deque<XMLSecCharacters> getCharactersBuffer()
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.