C# Class android.os.MemoryFile

Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
MemoryFile ( java arg0, int arg1 )
allowPurging ( bool arg0 ) : bool
close ( ) : void
getInputStream ( ) : global::java.io.InputStream
getOutputStream ( ) : global::java.io.OutputStream
isPurgingAllowed ( ) : bool
length ( ) : int
readBytes ( byte arg0, int arg1, int arg2, int arg3 ) : int
writeBytes ( byte arg0, int arg1, int arg2, int arg3 ) : void

Méthodes protégées

Méthode Description
MemoryFile ( global @__env )
finalize ( ) : void

Private Methods

Méthode Description
MemoryFile ( )

Method Details

MemoryFile() protected méthode

protected MemoryFile ( global @__env )
@__env global

MemoryFile() public méthode

public MemoryFile ( java arg0, int arg1 )
arg0 java
arg1 int

allowPurging() public méthode

public allowPurging ( bool arg0 ) : bool
arg0 bool
Résultat bool

close() public méthode

public close ( ) : void
Résultat void

finalize() protected méthode

protected finalize ( ) : void
Résultat void

getInputStream() public méthode

public getInputStream ( ) : global::java.io.InputStream
Résultat global::java.io.InputStream

getOutputStream() public méthode

public getOutputStream ( ) : global::java.io.OutputStream
Résultat global::java.io.OutputStream

isPurgingAllowed() public méthode

public isPurgingAllowed ( ) : bool
Résultat bool

length() public méthode

public length ( ) : int
Résultat int

readBytes() public méthode

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

writeBytes() public méthode

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