com.upokecenter.util.IByteWriter

com.upokecenter.util.IByteWriter

public interface IByteWriter

A generic interface for writing bytes of data.

Methods

Method Details

write

void write(int b)

Writes an 8-bit byte to a data source.

Parameters:

Back to Encoding start page.