Package org.redisson.codec
Class MarshallingCodec.ByteOutputWrapper
java.lang.Object
org.redisson.codec.MarshallingCodec.ByteOutputWrapper
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable,org.jboss.marshalling.ByteOutput
- Enclosing class:
MarshallingCodec
public static class MarshallingCodec.ByteOutputWrapper
extends Object
implements org.jboss.marshalling.ByteOutput
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteOutputWrapper
public ByteOutputWrapper(io.netty.buffer.ByteBuf byteBuf)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Throws:
IOException
-
write
- Specified by:
writein interfaceorg.jboss.marshalling.ByteOutput- Throws:
IOException
-
write
- Specified by:
writein interfaceorg.jboss.marshalling.ByteOutput- Throws:
IOException
-
write
- Specified by:
writein interfaceorg.jboss.marshalling.ByteOutput- Throws:
IOException
-