public interface ProtocolChunked
Modifier and Type | Method and Description |
---|---|
void |
copyToCurrent(byte size) |
void |
copyToCurrent(byte[] byteArray) |
void |
copyToCurrent(byte[] array,
int offset,
int length) |
void |
copyToCurrent(org.jboss.netty.buffer.ChannelBuffer slice) |
void |
copyToCurrent(int size) |
void |
copyToCurrent(long long1) |
void |
copyToCurrent(short short1) |
void |
transferToCurrent(FileChannel inChannel,
long length) |
void copyToCurrent(byte[] byteArray)
void copyToCurrent(int size)
void copyToCurrent(byte size)
void copyToCurrent(long long1)
void copyToCurrent(short short1)
void copyToCurrent(org.jboss.netty.buffer.ChannelBuffer slice)
void copyToCurrent(byte[] array, int offset, int length)
void transferToCurrent(FileChannel inChannel, long length) throws IOException
IOException
Copyright © 2013. All Rights Reserved.