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
Constructs a new BufferedInputStream, providing in with a buffer of 8192 bytes. | ||
Constructs a new BufferedInputStream, providing in with size bytes of buffer. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |