C# 클래스 android.content.res.AssetFileDescriptor.AutoCloseOutputStream

상속: android.os.ParcelFileDescriptor.AutoCloseOutputStream
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
AutoCloseOutputStream ( android arg0 )
write ( byte arg0 ) : void
write ( byte arg0, int arg1, int arg2 ) : void
write ( int arg0 ) : void

보호된 메소드들

메소드 설명
AutoCloseOutputStream ( global @__env )

비공개 메소드들

메소드 설명
AutoCloseOutputStream ( )

메소드 상세

AutoCloseOutputStream() 공개 메소드

public AutoCloseOutputStream ( android arg0 )
arg0 android

AutoCloseOutputStream() 보호된 메소드

protected AutoCloseOutputStream ( global @__env )
@__env global

write() 공개 메소드

public write ( byte arg0 ) : void
arg0 byte
리턴 void

write() 공개 메소드

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

write() 공개 메소드

public write ( int arg0 ) : void
arg0 int
리턴 void