Interface BinaryOutput

All Known Implementing Classes:
ByteArrayOutput, OutputStreamPrinter

public interface BinaryOutput
Version:
$Revision$
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    write(byte b)
     
    void
    write(byte[] bytes)
     
    void
    write(byte[] bytes, int off, int len)