Package org.redisson.codec
Class MarshallingCodec.ByteInputWrapper
java.lang.Object
org.redisson.codec.MarshallingCodec.ByteInputWrapper
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.jboss.marshalling.ByteInput
- Enclosing class:
- MarshallingCodec
public static class MarshallingCodec.ByteInputWrapper
extends Object
implements org.jboss.marshalling.ByteInput
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ByteInputWrapper
public ByteInputWrapper(io.netty.buffer.ByteBuf byteBuf)
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
read
- Specified by:
read
in interfaceorg.jboss.marshalling.ByteInput
- Throws:
IOException
-
read
- Specified by:
read
in interfaceorg.jboss.marshalling.ByteInput
- Throws:
IOException
-
read
- Specified by:
read
in interfaceorg.jboss.marshalling.ByteInput
- Throws:
IOException
-
available
- Specified by:
available
in interfaceorg.jboss.marshalling.ByteInput
- Throws:
IOException
-
skip
- Specified by:
skip
in interfaceorg.jboss.marshalling.ByteInput
- Throws:
IOException
-