Interface ByteTransfer.ArrayWriter

Enclosing class:
ByteTransfer

public static interface ByteTransfer.ArrayWriter
Interface for writing data from byte array.
  • Method Summary

    Modifier and Type
    Method
    Description
    Wraps an output stream as an array writer.
    Wraps an audio data line as an array writer.
    int
    write(byte[] data, int off, int len)
    Writes up to the specified length of bytes to the output from the given byte array.