Java com.google.common.io ByteArrayDataOutput fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.io ByteArrayDataOutput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.io ByteArrayDataOutput.

The text is from its open source code.

Implementation

com.google.common.io.ByteArrayDataOutput has the following implementations.
Click this link to see all its implementation.

Method

ClassgetClass()
Returns the runtime class of this Object .
byte[]toByteArray()
Returns the contents that have been written to this instance, as a byte array.
voidwrite(int b)
voidwrite(byte b[])
voidwrite(byte b[], int off, int len)
voidwriteBoolean(boolean v)
voidwriteByte(int v)
voidwriteDouble(double v)
voidwriteFloat(float v)
voidwriteInt(int v)
voidwriteLong(long v)
voidwriteShort(int v)
voidwriteUTF(String s)