Class MarshallingCodec.ByteOutputWrapper

  • All Implemented Interfaces:
    , , , org.jboss.marshalling.ByteOutput
    Enclosing class:
    MarshallingCodec

    public static class MarshallingCodec.ByteOutputWrapper
    extends 
    implements org.jboss.marshalling.ByteOutput
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteOutputWrapper​(io.netty.buffer.ByteBuf byteBuf)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void flush()  
      void write​(byte[] b)  
      void write​(byte[] b, int off, int len)  
      void write​(int b)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • ByteOutputWrapper

        public ByteOutputWrapper​(io.netty.buffer.ByteBuf byteBuf)
    • Method Detail

      • close

        public void close()
                   throws 
        Specified by:
         in interface 
        Specified by:
         in interface 
        Throws:
      • flush

        public void flush()
                   throws 
        Specified by:
         in interface 
        Throws:
      • write

        public void write​(int b)
                   throws 
        Specified by:
        write in interface org.jboss.marshalling.ByteOutput
        Throws:
      • write

        public void write​(byte[] b)
                   throws 
        Specified by:
        write in interface org.jboss.marshalling.ByteOutput
        Throws:
      • write

        public void write​(byte[] b,
                          int off,
                          int len)
                   throws 
        Specified by:
        write in interface org.jboss.marshalling.ByteOutput
        Throws: