C# 클래스 android.os.MemoryFile

파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
MemoryFile ( global @__env )
finalize ( ) : void

비공개 메소드들

메소드 설명
MemoryFile ( )

메소드 상세

MemoryFile() 보호된 메소드

protected MemoryFile ( global @__env )
@__env global

MemoryFile() 공개 메소드

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

allowPurging() 공개 메소드

public allowPurging ( bool arg0 ) : bool
arg0 bool
리턴 bool

close() 공개 메소드

public close ( ) : void
리턴 void

finalize() 보호된 메소드

protected finalize ( ) : void
리턴 void

getInputStream() 공개 메소드

public getInputStream ( ) : global::java.io.InputStream
리턴 global::java.io.InputStream

getOutputStream() 공개 메소드

public getOutputStream ( ) : global::java.io.OutputStream
리턴 global::java.io.OutputStream

isPurgingAllowed() 공개 메소드

public isPurgingAllowed ( ) : bool
리턴 bool

length() 공개 메소드

public length ( ) : int
리턴 int

readBytes() 공개 메소드

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

writeBytes() 공개 메소드

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