public interface ExtendedDataOutput
extends java.io.DataOutput
Modifier and Type | Interface and Description |
---|---|
static class |
ExtendedDataOutput.Delegating |
static class |
ExtendedDataOutput.Stream |
Modifier and Type | Method and Description |
---|---|
void |
writeByteArray(byte[] b) |
void |
writeEnum(java.lang.Enum<?> literal) |
void |
writeException(java.lang.Throwable t) |
void |
writeObject(java.lang.Object object) |
void |
writeString(java.lang.String str) |
void |
writeVarInt(int v) |
void |
writeVarLong(long v) |
void writeVarInt(int v) throws java.io.IOException
java.io.IOException
void writeVarLong(long v) throws java.io.IOException
java.io.IOException
void writeByteArray(byte[] b) throws java.io.IOException
java.io.IOException
void writeObject(java.lang.Object object) throws java.io.IOException
java.io.IOException
void writeString(java.lang.String str) throws java.io.IOException
java.io.IOException
void writeEnum(java.lang.Enum<?> literal) throws java.io.IOException
java.io.IOException
void writeException(java.lang.Throwable t) throws java.io.IOException
java.io.IOException
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html