Hide ChannelBufferByteInput, ChannelBufferByteOutput and LimitingByteInput
This commit is contained in:
parent
1f866fc7ad
commit
0fa60c82fa
@ -25,7 +25,7 @@ import org.jboss.netty.buffer.ChannelBuffer;
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class ChannelBufferByteInput implements ByteInput {
|
class ChannelBufferByteInput implements ByteInput {
|
||||||
|
|
||||||
private final ChannelBuffer buffer;
|
private final ChannelBuffer buffer;
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ import org.jboss.netty.buffer.ChannelBuffers;
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class ChannelBufferByteOutput implements ByteOutput {
|
class ChannelBufferByteOutput implements ByteOutput {
|
||||||
|
|
||||||
private final ChannelBuffer buffer;
|
private final ChannelBuffer buffer;
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ import org.jboss.marshalling.ByteInput;
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class LimitingByteInput implements ByteInput {
|
class LimitingByteInput implements ByteInput {
|
||||||
|
|
||||||
private final ByteInput input;
|
private final ByteInput input;
|
||||||
private final long limit;
|
private final long limit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user