net.tomp2p.message
Interface ProtocolChunked

All Known Implementing Classes:
ProtocolChunkedInput

public interface ProtocolChunked


Method Summary
 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)
           
 

Method Detail

copyToCurrent

void copyToCurrent(byte[] byteArray)

copyToCurrent

void copyToCurrent(int size)

copyToCurrent

void copyToCurrent(byte size)

copyToCurrent

void copyToCurrent(long long1)

copyToCurrent

void copyToCurrent(short short1)

copyToCurrent

void copyToCurrent(org.jboss.netty.buffer.ChannelBuffer slice)

copyToCurrent

void copyToCurrent(byte[] array,
                   int offset,
                   int length)

transferToCurrent

void transferToCurrent(FileChannel inChannel,
                       long length)
                       throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.