Package net.sourceforge.jnlp.services
Class XJNLPRandomAccessFile
java.lang.Object
net.sourceforge.jnlp.services.XJNLPRandomAccessFile
- All Implemented Interfaces:
DataInput,DataOutput,JNLPRandomAccessFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longlonglength()intread()intread(byte[] b) intread(byte[] b, int off, int len) booleanbytereadByte()charreadChar()doublefloatvoidreadFully(byte[] b) voidreadFully(byte[] b, int off, int len) intreadInt()readLine()longreadLong()shortintintreadUTF()voidseek(long pos) voidsetLength(long newLength) intskipBytes(int n) voidwrite(byte[] b) voidwrite(byte[] b, int off, int len) voidwrite(int b) voidwriteBoolean(boolean v) voidwriteByte(int v) voidwriteBytes(String s) voidwriteChar(int v) voidwriteChars(String s) voidwriteDouble(double v) voidwriteFloat(float v) voidwriteInt(int v) voidwriteLong(long v) voidwriteShort(int v) void
-
Constructor Details
-
XJNLPRandomAccessFile
- Throws:
IOException
-
-
Method Details
-
close
- Specified by:
closein interfaceJNLPRandomAccessFile- Throws:
IOException
-
getFilePointer
- Specified by:
getFilePointerin interfaceJNLPRandomAccessFile- Throws:
IOException
-
length
- Specified by:
lengthin interfaceJNLPRandomAccessFile- Throws:
IOException
-
read
- Specified by:
readin interfaceJNLPRandomAccessFile- Throws:
IOException
-
read
- Specified by:
readin interfaceJNLPRandomAccessFile- Throws:
IOException
-
read
- Specified by:
readin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readBoolean
- Specified by:
readBooleanin interfaceDataInput- Specified by:
readBooleanin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readByte
- Specified by:
readBytein interfaceDataInput- Specified by:
readBytein interfaceJNLPRandomAccessFile- Throws:
IOException
-
readChar
- Specified by:
readCharin interfaceDataInput- Specified by:
readCharin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readDouble
- Specified by:
readDoublein interfaceDataInput- Specified by:
readDoublein interfaceJNLPRandomAccessFile- Throws:
IOException
-
readFloat
- Specified by:
readFloatin interfaceDataInput- Specified by:
readFloatin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readFully
- Specified by:
readFullyin interfaceDataInput- Specified by:
readFullyin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readFully
- Specified by:
readFullyin interfaceDataInput- Specified by:
readFullyin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readInt
- Specified by:
readIntin interfaceDataInput- Specified by:
readIntin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readLine
- Specified by:
readLinein interfaceDataInput- Specified by:
readLinein interfaceJNLPRandomAccessFile- Throws:
IOException
-
readLong
- Specified by:
readLongin interfaceDataInput- Specified by:
readLongin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readShort
- Specified by:
readShortin interfaceDataInput- Specified by:
readShortin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readUTF
- Specified by:
readUTFin interfaceDataInput- Specified by:
readUTFin interfaceJNLPRandomAccessFile- Throws:
IOException
-
readUnsignedByte
- Specified by:
readUnsignedBytein interfaceDataInput- Specified by:
readUnsignedBytein interfaceJNLPRandomAccessFile- Throws:
IOException
-
readUnsignedShort
- Specified by:
readUnsignedShortin interfaceDataInput- Specified by:
readUnsignedShortin interfaceJNLPRandomAccessFile- Throws:
IOException
-
seek
- Specified by:
seekin interfaceJNLPRandomAccessFile- Throws:
IOException
-
setLength
- Specified by:
setLengthin interfaceJNLPRandomAccessFile- Throws:
IOException
-
skipBytes
- Specified by:
skipBytesin interfaceDataInput- Specified by:
skipBytesin interfaceJNLPRandomAccessFile- Throws:
IOException
-
write
- Specified by:
writein interfaceDataOutput- Specified by:
writein interfaceJNLPRandomAccessFile- Throws:
IOException
-
write
- Specified by:
writein interfaceDataOutput- Specified by:
writein interfaceJNLPRandomAccessFile- Throws:
IOException
-
write
- Specified by:
writein interfaceDataOutput- Specified by:
writein interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeBoolean
- Specified by:
writeBooleanin interfaceDataOutput- Specified by:
writeBooleanin interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeByte
- Specified by:
writeBytein interfaceDataOutput- Specified by:
writeBytein interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeBytes
- Specified by:
writeBytesin interfaceDataOutput- Specified by:
writeBytesin interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeChar
- Specified by:
writeCharin interfaceDataOutput- Specified by:
writeCharin interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeChars
- Specified by:
writeCharsin interfaceDataOutput- Specified by:
writeCharsin interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeDouble
- Specified by:
writeDoublein interfaceDataOutput- Specified by:
writeDoublein interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeFloat
- Specified by:
writeFloatin interfaceDataOutput- Specified by:
writeFloatin interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeInt
- Specified by:
writeIntin interfaceDataOutput- Specified by:
writeIntin interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeLong
- Specified by:
writeLongin interfaceDataOutput- Specified by:
writeLongin interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeShort
- Specified by:
writeShortin interfaceDataOutput- Specified by:
writeShortin interfaceJNLPRandomAccessFile- Throws:
IOException
-
writeUTF
- Specified by:
writeUTFin interfaceDataOutput- Specified by:
writeUTFin interfaceJNLPRandomAccessFile- Throws:
IOException
-