### YamlMime:JavaType constructors: - fullName: com.microsoft.azure.storage.core.WrappedByteArrayOutputStream.WrappedByteArrayOutputStream(final byte[] buffer, final int bufferOffset) name: WrappedByteArrayOutputStream(final byte[] buffer, final int bufferOffset) nameWithType: WrappedByteArrayOutputStream.WrappedByteArrayOutputStream(final byte[] buffer, final int bufferOffset) parameters: - name: buffer type: - name: bufferOffset type: syntax: public WrappedByteArrayOutputStream(final byte[] buffer, final int bufferOffset) uid: com.microsoft.azure.storage.core.WrappedByteArrayOutputStream.WrappedByteArrayOutputStream(final byte [],final int) inheritances: - - methods: - fullName: com.microsoft.azure.storage.core.WrappedByteArrayOutputStream.getPosition() name: getPosition() nameWithType: WrappedByteArrayOutputStream.getPosition() returns: type: syntax: public int getPosition() uid: com.microsoft.azure.storage.core.WrappedByteArrayOutputStream.getPosition() - fullName: com.microsoft.azure.storage.core.WrappedByteArrayOutputStream.write(int b) name: write(int b) nameWithType: WrappedByteArrayOutputStream.write(int b) parameters: - name: b type: syntax: public void write(int b) uid: com.microsoft.azure.storage.core.WrappedByteArrayOutputStream.write(int) nameWithType: WrappedByteArrayOutputStream syntax: public class WrappedByteArrayOutputStream type: class uid: com.microsoft.azure.storage.core.WrappedByteArrayOutputStream fullName: com.microsoft.azure.storage.core.WrappedByteArrayOutputStream name: WrappedByteArrayOutputStream package: com.microsoft.azure.storage.core summary:

RESERVED FOR INTERNAL USE. Wraps a user-specified buffer in a stream.

metadata: {}