Compartilhar via


WrappedByteArrayOutputStream Classe

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

public class WrappedByteArrayOutputStream

RESERVADO PARA USO INTERNO. Encapsula um buffer especificado pelo usuário em um fluxo.

Resumo do Construtor

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

Resumo do método

Modificador e tipo Método e descrição
int getPosition()
void write(int b)

Detalhes do construtor

WrappedByteArrayOutputStream

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

Parameters:

buffer
bufferOffset

Detalhes do método

getPosition

public int getPosition()

write

public void write(int b)

Parameters:

b

Aplica-se a