프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Dispose | void | ||
Initialize | void | ||
Read | int | ||
ReadByte | int | ||
SetLength | void | ||
UnmanagedMemoryStream | System | ||
Write | void | ||
WriteByte | void |
메소드 | 설명 | |
---|---|---|
Flush ( ) : void | ||
Seek ( long offset, SeekOrigin loc ) : long | ||
UnmanagedMemoryStream ( byte pointer, long length ) : System | ||
UnmanagedMemoryStream ( byte pointer, long length, long capacity, FileAccess access ) : System |
메소드 | 설명 | |
---|---|---|
Initialize ( byte pointer, long length, long capacity, FileAccess access ) : void | ||
UnmanagedMemoryStream ( ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Initialize ( byte pointer, long length, long capacity, FileAccess access, bool skipSecurityCheck ) : void | ||
Read ( [ buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
SetLength ( long value ) : void | ||
UnmanagedMemoryStream ( byte pointer, long length, long capacity, FileAccess access, bool skipSecurityCheck ) : System | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte value ) : void |
protected Initialize ( byte pointer, long length, long capacity, FileAccess access ) : void | ||
pointer | byte | |
length | long | |
capacity | long | |
access | FileAccess | |
리턴 | void |
public UnmanagedMemoryStream ( byte pointer, long length ) : System | ||
pointer | byte | |
length | long | |
리턴 | System |
public UnmanagedMemoryStream ( byte pointer, long length, long capacity, FileAccess access ) : System | ||
pointer | byte | |
length | long | |
capacity | long | |
access | FileAccess | |
리턴 | System |