Java javax.mail.util SharedByteArrayInputStream fields, constructors, methods, implement or subclass

Example usage for Java javax.mail.util SharedByteArrayInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail.util SharedByteArrayInputStream.

The text is from its open source code.

Constructor

SharedByteArrayInputStream(byte[] buf)
Create a SharedByteArrayInputStream representing the entire byte array.

Method

voidclose()
Closing a ByteArrayInputStream has no effect.