All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.jos.java.io.FilterOutputStream | +----org.jos.java.io.DataOutputStream
based on kore-0.0.7 by Glynn Clements
public DataOutputStream(OutputStream out)
public void flush() throws IOException
public final int size()
public void write(int b) throws IOException
public void write(byte[] b, int off, int len) throws IOException
public final void writeBoolean(boolean v) throws IOException
public final void writeByte(int v) throws IOException
public final void writeChar(int v) throws IOException
public final void writeShort(int v) throws IOException
public final void writeInt(int v) throws IOException
public final void writeLong(long v) throws IOException
public final void writeFloat(float v) throws IOException
public final void writeDouble(double v) throws IOException
public final void writeBytes(String s) throws IOException
public final void writeChars(String s) throws IOException
public final void writeUTF(String s) throws IOException
All Packages Class Hierarchy This Package Previous Next Index