Class ChannelBufferByteInput
java.lang.Object
org.jboss.netty.handler.codec.marshalling.ChannelBufferByteInput
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.jboss.marshalling.ByteInput
ByteInput
implementation which reads its data from a ChannelBuffer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buffer
-
-
Constructor Details
-
ChannelBufferByteInput
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
available
- Specified by:
available
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
-
read
- Specified by:
read
in interfaceorg.jboss.marshalling.ByteInput
- Throws:
IOException
-
skip
- Specified by:
skip
in interfaceorg.jboss.marshalling.ByteInput
- Throws:
IOException
-