java > java.io > java.io.dataoutput >

Interface: java.io.DataOutput
    java.io.DataOutput


public interface DataOutput


FIELDS:

CONSTRUCTORS:

METHODS:
void write(byte[] b)
Throws: IOException

void write(byte[] b, int off, int len)
Throws: IOException

void write(int b)
Throws: IOException

void writeBoolean(boolean v)
Throws: IOException

void writeByte(int v)
Throws: IOException

void writeBytes(String s)
Throws: IOException

void writeChar(int v)
Throws: IOException

void writeChars(String s)
Throws: IOException

void writeDouble(double v)
Throws: IOException

void writeFloat(float v)
Throws: IOException

void writeInt(int v)
Throws: IOException

void writeLong(long v)
Throws: IOException

void writeShort(int v)
Throws: IOException

void writeUTF(String s)
Throws: IOException


INHERITED METHODS:

SUBINTERFACES:
ObjectOutput, ImageOutputStream,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net