WrappedByteArrayOutputStream Class

  • java.lang.Object
    • OutputStream
      • com.microsoft.azure.storage.core.WrappedByteArrayOutputStream

public class WrappedByteArrayOutputStream

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

Constructor Summary

Constructor Description
WrappedByteArrayOutputStream(final byte[] buffer, final int bufferOffset)

Method Summary

Modifier and Type Method and Description
int getPosition()
void write(int b)

Constructor Details

WrappedByteArrayOutputStream

public WrappedByteArrayOutputStream(final byte[] buffer, final int bufferOffset)

Parameters:

buffer
bufferOffset

Method Details

getPosition

public int getPosition()

write

public void write(int b)

Parameters:

b

Applies to