This class is a base for all input stream classes used
in protocol implementation. It extends an InputStream with
some additional read methods allowing to read TLS specific
data types such as uint8, uint32 etc (see TLS v 1 specification
at http://www.ietf.org/rfc/rfc2246.txt).
Returns the vector of opaque values of specified length;
Parameters: length - - the length of the vector to be read. the read data throws: IOException - if read operation could not be finished.
read
public int read(byte[] b, int off, int len) throws IOException(Code)