com.flazr.io
Interface BufferReader

All Known Implementing Classes:
FileChannelReader, RandomAccessFileReader

public interface BufferReader


Method Summary
 void close()
           
 long position()
           
 void position(long position)
           
 org.jboss.netty.buffer.ChannelBuffer read(int size)
           
 byte[] readBytes(int size)
           
 int readInt()
           
 long readUnsignedInt()
           
 long size()
           
 

Method Detail

size

long size()

position

long position()

position

void position(long position)

read

org.jboss.netty.buffer.ChannelBuffer read(int size)

readBytes

byte[] readBytes(int size)

readInt

int readInt()

readUnsignedInt

long readUnsignedInt()

close

void close()


Copyright © 2011. All Rights Reserved.