C# 클래스 System.IO.UnmanagedMemoryStream.UnmanagedMemoryStream

상속: Stream
파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
Read ( [ buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin loc ) : long
SetLength ( long value ) : void
UnmanagedMemoryStream ( byte pointer, long length ) : System
UnmanagedMemoryStream ( byte pointer, long length, long capacity, FileAccess access ) : System
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Initialize ( byte pointer, long length, long capacity, FileAccess access ) : void
UnmanagedMemoryStream ( ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Initialize() 보호된 메소드

protected Initialize ( byte pointer, long length, long capacity, FileAccess access ) : void
pointer byte
length long
capacity long
access FileAccess
리턴 void

Read() 공개 메소드

public Read ( [ buffer, int offset, int count ) : int
buffer [
offset int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin loc ) : long
offset long
loc SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

UnmanagedMemoryStream() 보호된 메소드

protected UnmanagedMemoryStream ( ) : System
리턴 System

UnmanagedMemoryStream() 공개 메소드

public UnmanagedMemoryStream ( byte pointer, long length ) : System
pointer byte
length long
리턴 System

UnmanagedMemoryStream() 공개 메소드

public UnmanagedMemoryStream ( byte pointer, long length, long capacity, FileAccess access ) : System
pointer byte
length long
capacity long
access FileAccess
리턴 System

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte value ) : void
value byte
리턴 void