com.upokecenter.util.IWriter

# com.upokecenter.util.IWriter

public interface IWriter extends IByteWriter

A generic interface for writing bytes of data.

Methods

Method Details

write

void write(byte[] bytes, int offset, int length) Writes a portion of a byte array to the data source.

Parameters:

Throws:

Back to Encoding start page.