Interface ByteTransfer.ArrayReader

Enclosing class:
ByteTransfer

public static interface ByteTransfer.ArrayReader
Interface for reading data to byte array.
  • Method Summary

    Modifier and Type
    Method
    Description
    Wraps an input stream as an array reader.
    Wraps an audio data line as an array reader.
    int
    read(byte[] dest, int off, int len)
    Reads up to the specified length of bytes from the input into the given byte array.
  • Method Details