org.apache.xml.security.stax.impl.processor.output
Class AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream
java.lang.Object
java.io.OutputStream
org.apache.xml.security.stax.impl.processor.output.AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- AbstractEncryptOutputProcessor
public class AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream
- extends OutputStream
Creates Character-XMLEvents from the byte stream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream
public AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream()
getCharactersBuffer
public Deque<XMLSecCharacters> getCharactersBuffer()
write
public void write(int b)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Overrides:
write in class OutputStream
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write in class OutputStream
- Throws:
IOException
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.