com.upokecenter.util.IReader

com.upokecenter.util.IReader

public interface IReader extends IByteReader

A generic interface for reading bytes of data from a data source.

Methods

Method Details

Read

int Read(byte[] bytes, int offset, int length)

Reads a portion of a byte array from the data source.

Parameters:

Returns:

Throws:

Back to Encoding start page.