Maven module :un.api : api-encoding :
Class :
un.api.io.ByteInputStream
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
read,
read,
read,
read,
skip,
close
int
read ()
int
read (byte[] buffer)
int
read (byte[] buffer, int offset, int length)
int
read (Buffer buffer, int offset, int length)
long
skip (long n)
void
close ()
InputStreams are not concurrent.
author Johann Sorel