C# Class java.io.RandomAccessFile

Inheritance: java.lang.Object, DataOutput, DataInput, Closeable
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
RandomAccessFile ( java arg0, java arg1 )
close ( ) : void
getChannel ( ) : global::java.nio.channels.FileChannel
getFD ( ) : global::java.io.FileDescriptor
getFilePointer ( ) : long
length ( ) : long
read ( ) : int
read ( byte arg0 ) : int
read ( byte arg0, int arg1, int arg2 ) : int
readBoolean ( ) : bool
readByte ( ) : byte
readChar ( ) : char
readDouble ( ) : double
readFloat ( ) : float
readFully ( byte arg0 ) : void
readFully ( byte arg0, int arg1, int arg2 ) : void
readInt ( ) : int
readLine ( ) : global::java.lang.String
readLong ( ) : long
readShort ( ) : short
readUTF ( ) : global::java.lang.String
readUnsignedByte ( ) : int
readUnsignedShort ( ) : int
seek ( long arg0 ) : void
setLength ( long arg0 ) : void
skipBytes ( int arg0 ) : int
write ( byte arg0 ) : void
write ( byte arg0, int arg1, int arg2 ) : void
write ( int arg0 ) : void
writeBoolean ( bool arg0 ) : void
writeByte ( int arg0 ) : void
writeBytes ( java arg0 ) : void
writeChar ( int arg0 ) : void
writeChars ( java arg0 ) : void
writeDouble ( double arg0 ) : void
writeFloat ( float arg0 ) : void
writeInt ( int arg0 ) : void
writeLong ( long arg0 ) : void
writeShort ( int arg0 ) : void
writeUTF ( java arg0 ) : void

Méthodes protégées

Méthode Description
RandomAccessFile ( global @__env )

Private Methods

Méthode Description
RandomAccessFile ( )

Method Details

RandomAccessFile() protected méthode

protected RandomAccessFile ( global @__env )
@__env global

RandomAccessFile() public méthode

public RandomAccessFile ( java arg0, java arg1 )
arg0 java
arg1 java

close() public méthode

public close ( ) : void
Résultat void

getChannel() public méthode

public getChannel ( ) : global::java.nio.channels.FileChannel
Résultat global::java.nio.channels.FileChannel

getFD() public méthode

public getFD ( ) : global::java.io.FileDescriptor
Résultat global::java.io.FileDescriptor

getFilePointer() public méthode

public getFilePointer ( ) : long
Résultat long

length() public méthode

public length ( ) : long
Résultat long

read() public méthode

public read ( ) : int
Résultat int

read() public méthode

public read ( byte arg0 ) : int
arg0 byte
Résultat int

read() public méthode

public read ( byte arg0, int arg1, int arg2 ) : int
arg0 byte
arg1 int
arg2 int
Résultat int

readBoolean() public méthode

public readBoolean ( ) : bool
Résultat bool

readByte() public méthode

public readByte ( ) : byte
Résultat byte

readChar() public méthode

public readChar ( ) : char
Résultat char

readDouble() public méthode

public readDouble ( ) : double
Résultat double

readFloat() public méthode

public readFloat ( ) : float
Résultat float

readFully() public méthode

public readFully ( byte arg0 ) : void
arg0 byte
Résultat void

readFully() public méthode

public readFully ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
Résultat void

readInt() public méthode

public readInt ( ) : int
Résultat int

readLine() public méthode

public readLine ( ) : global::java.lang.String
Résultat global::java.lang.String

readLong() public méthode

public readLong ( ) : long
Résultat long

readShort() public méthode

public readShort ( ) : short
Résultat short

readUTF() public méthode

public readUTF ( ) : global::java.lang.String
Résultat global::java.lang.String

readUnsignedByte() public méthode

public readUnsignedByte ( ) : int
Résultat int

readUnsignedShort() public méthode

public readUnsignedShort ( ) : int
Résultat int

seek() public méthode

public seek ( long arg0 ) : void
arg0 long
Résultat void

setLength() public méthode

public setLength ( long arg0 ) : void
arg0 long
Résultat void

skipBytes() public méthode

public skipBytes ( int arg0 ) : int
arg0 int
Résultat int

write() public méthode

public write ( byte arg0 ) : void
arg0 byte
Résultat void

write() public méthode

public write ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
Résultat void

write() public méthode

public write ( int arg0 ) : void
arg0 int
Résultat void

writeBoolean() public méthode

public writeBoolean ( bool arg0 ) : void
arg0 bool
Résultat void

writeByte() public méthode

public writeByte ( int arg0 ) : void
arg0 int
Résultat void

writeBytes() public méthode

public writeBytes ( java arg0 ) : void
arg0 java
Résultat void

writeChar() public méthode

public writeChar ( int arg0 ) : void
arg0 int
Résultat void

writeChars() public méthode

public writeChars ( java arg0 ) : void
arg0 java
Résultat void

writeDouble() public méthode

public writeDouble ( double arg0 ) : void
arg0 double
Résultat void

writeFloat() public méthode

public writeFloat ( float arg0 ) : void
arg0 float
Résultat void

writeInt() public méthode

public writeInt ( int arg0 ) : void
arg0 int
Résultat void

writeLong() public méthode

public writeLong ( long arg0 ) : void
arg0 long
Résultat void

writeShort() public méthode

public writeShort ( int arg0 ) : void
arg0 int
Résultat void

writeUTF() public méthode

public writeUTF ( java arg0 ) : void
arg0 java
Résultat void