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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
available
- Specified by:
availablein interfaceorg.jboss.marshalling.ByteInput- Throws:
IOException
-
read
- Specified by:
readin interfaceorg.jboss.marshalling.ByteInput- Throws:
IOException
-
read
- Specified by:
readin interfaceorg.jboss.marshalling.ByteInput- Throws:
IOException
-
read
- Specified by:
readin interfaceorg.jboss.marshalling.ByteInput- Throws:
IOException
-
skip
- Specified by:
skipin interfaceorg.jboss.marshalling.ByteInput- Throws:
IOException
-