javax.jnlp
Interface JNLPRandomAccessFile
public interface JNLPRandomAccessFile
close
void close()
throws IOException
- Throws:
IOException
length
long length()
throws IOException
- Throws:
IOException
getFilePointer
long getFilePointer()
throws IOException
- Throws:
IOException
read
int read()
throws IOException
- Throws:
IOException
read
int read(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
read
int read(byte[] b)
throws IOException
- Throws:
IOException
readFully
void readFully(byte[] b)
throws IOException
- Throws:
IOException
readFully
void readFully(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
skipBytes
int skipBytes(int n)
throws IOException
- Throws:
IOException
readBoolean
boolean readBoolean()
throws IOException
- Throws:
IOException
readByte
byte readByte()
throws IOException
- Throws:
IOException
readUnsignedByte
int readUnsignedByte()
throws IOException
- Throws:
IOException
readShort
short readShort()
throws IOException
- Throws:
IOException
readUnsignedShort
int readUnsignedShort()
throws IOException
- Throws:
IOException
readChar
char readChar()
throws IOException
- Throws:
IOException
readInt
int readInt()
throws IOException
- Throws:
IOException
readLong
long readLong()
throws IOException
- Throws:
IOException
readFloat
float readFloat()
throws IOException
- Throws:
IOException
readDouble
double readDouble()
throws IOException
- Throws:
IOException
readLine
String readLine()
throws IOException
- Throws:
IOException
readUTF
String readUTF()
throws IOException
- Throws:
IOException
seek
void seek(long pos)
throws IOException
- Throws:
IOException
setLength
void setLength(long newLength)
throws IOException
- Throws:
IOException
write
void write(int b)
throws IOException
- Throws:
IOException
write
void write(byte[] b)
throws IOException
- Throws:
IOException
write
void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
writeBoolean
void writeBoolean(boolean v)
throws IOException
- Throws:
IOException
writeByte
void writeByte(int v)
throws IOException
- Throws:
IOException
writeShort
void writeShort(int v)
throws IOException
- Throws:
IOException
writeChar
void writeChar(int v)
throws IOException
- Throws:
IOException
writeInt
void writeInt(int v)
throws IOException
- Throws:
IOException
writeLong
void writeLong(long v)
throws IOException
- Throws:
IOException
writeFloat
void writeFloat(float v)
throws IOException
- Throws:
IOException
writeDouble
void writeDouble(double v)
throws IOException
- Throws:
IOException
writeBytes
void writeBytes(String s)
throws IOException
- Throws:
IOException
writeChars
void writeChars(String s)
throws IOException
- Throws:
IOException
writeUTF
void writeUTF(String str)
throws IOException
- Throws:
IOException
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.