public class ExtendedDataOutputStream extends DataOutputStream implements ExtendedDataOutput
ExtendedDataOutput.Delegating, ExtendedDataOutput.Streamwrittenout| Constructor and Description |
|---|
ExtendedDataOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
static OutputStream |
unwrap(OutputStream stream) |
static ExtendedDataOutputStream |
wrap(OutputStream stream) |
void |
writeByteArray(byte[] b) |
void |
writeEnum(Enum<?> literal) |
void |
writeException(Throwable t) |
void |
writeObject(Object object) |
void |
writeString(String str) |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFclose, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic ExtendedDataOutputStream(OutputStream out)
public void writeByteArray(byte[] b)
throws IOException
writeByteArray in interface ExtendedDataOutputIOExceptionpublic void writeString(String str) throws IOException
writeString in interface ExtendedDataOutputIOExceptionpublic void writeEnum(Enum<?> literal) throws IOException
writeEnum in interface ExtendedDataOutputIOExceptionpublic void writeException(Throwable t) throws IOException
writeException in interface ExtendedDataOutputIOExceptionpublic void writeObject(Object object) throws IOException
writeObject in interface ExtendedDataOutputIOExceptionpublic static ExtendedDataOutputStream wrap(OutputStream stream)
public static OutputStream unwrap(OutputStream stream)
Copyright (c) 2014 Eike Stepper (Berlin, 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