Class AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    Enclosing class:
    AbstractEncryptOutputProcessor

    public class AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream
    extends java.io.OutputStream
    Creates Character-XMLEvents from the byte stream
    • Field Detail

      • charactersBuffer

        private final java.util.Deque<XMLSecCharacters> charactersBuffer
    • Constructor Detail

      • CharacterEventGeneratorOutputStream

        public CharacterEventGeneratorOutputStream()
    • Method Detail

      • getCharactersBuffer

        public java.util.Deque<XMLSecCharacters> getCharactersBuffer()
      • write

        public void write​(int b)
                   throws java.io.IOException
        Specified by:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] b)
                   throws java.io.IOException
        Overrides:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] b,
                          int off,
                          int len)
                   throws java.io.IOException
        Overrides:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException