BufferedInputStream.read

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias read = java.io.InputStream.InputStream.read
  2. int read()
  3. ptrdiff_t read(byte[] b, ptrdiff_t off, ptrdiff_t len)
    class BufferedInputStream
    override
    ptrdiff_t
    read
    (
    byte[] b
    ,
    ptrdiff_t off
    ,
    ptrdiff_t len
    )

Meta