C# Class android.os.MemoryFile

Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
MemoryFile ( global @__env )
finalize ( ) : void

Private Methods

Method Description
MemoryFile ( )

Method Details

MemoryFile() protected method

protected MemoryFile ( global @__env )
@__env global

MemoryFile() public method

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

allowPurging() public method

public allowPurging ( bool arg0 ) : bool
arg0 bool
return bool

close() public method

public close ( ) : void
return void

finalize() protected method

protected finalize ( ) : void
return void

getInputStream() public method

public getInputStream ( ) : global::java.io.InputStream
return global::java.io.InputStream

getOutputStream() public method

public getOutputStream ( ) : global::java.io.OutputStream
return global::java.io.OutputStream

isPurgingAllowed() public method

public isPurgingAllowed ( ) : bool
return bool

length() public method

public length ( ) : int
return int

readBytes() public method

public readBytes ( byte arg0, int arg1, int arg2, int arg3 ) : int
arg0 byte
arg1 int
arg2 int
arg3 int
return int

writeBytes() public method

public writeBytes ( byte arg0, int arg1, int arg2, int arg3 ) : void
arg0 byte
arg1 int
arg2 int
arg3 int
return void