Interface ByteOutput

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
NullByteOutput, OutputStreamByteOutput

public interface ByteOutput extends AutoCloseable
ByteOutput
Version:
0.0.1
Author:
scx567888
  • Method Summary

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