Java.IO.BufferedInputStream: Constructor Members

The constructors of Java.IO.BufferedInputStream are listed below. For a list of all members, see the BufferedInputStream Members list.

See Also: Inherited members from Java.IO.FilterInputStream

Public Constructors

Constructs a new BufferedInputStream, providing in with a buffer of 8192 bytes.
Constructs a new BufferedInputStream, providing in with size bytes of buffer.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.