com.upokecenter.util.IByteReader

com.upokecenter.util.IByteReader

public interface IByteReader

A generic interface for reading data one byte at a time.

Methods

Method Details

read

int read()

Reads a byte from the data source.

Returns:

Back to Encoding start page.