C# 클래스 SharpCifs.Smb.SmbRandomAccessFile

파일 보기 프로젝트 열기: brandonprry/Potato

공개 메소드들

메소드 설명
Close ( ) : void
GetFilePointer ( ) : long
Length ( ) : long
Read ( ) : int
Read ( byte b ) : int
Read ( byte b, int off, int len ) : int
ReadBoolean ( ) : bool
ReadByte ( ) : byte
ReadChar ( ) : char
ReadDouble ( ) : double
ReadFloat ( ) : float
ReadFully ( byte b ) : void
ReadFully ( byte b, int off, int len ) : void
ReadInt ( ) : int
ReadLine ( ) : string
ReadLong ( ) : long
ReadShort ( ) : short
ReadUnsignedByte ( ) : int
ReadUnsignedShort ( ) : int
ReadUtf ( ) : string
Seek ( long pos ) : void
SetLength ( long newLength ) : void
SkipBytes ( int n ) : int
SmbRandomAccessFile ( SmbFile file, string mode ) : System
SmbRandomAccessFile ( string url, string mode, int shareAccess ) : System
Write ( byte b ) : void
Write ( byte b, int off, int len ) : void
Write ( int b ) : void
WriteBoolean ( bool v ) : void
WriteByte ( int v ) : void
WriteBytes ( string s ) : void
WriteChar ( int v ) : void
WriteDouble ( double v ) : void
WriteFloat ( float v ) : void
WriteInt ( int v ) : void
WriteLong ( long v ) : void
WriteShort ( int v ) : void
WriteUtf ( string str ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetFilePointer() 공개 메소드

public GetFilePointer ( ) : long
리턴 long

Length() 공개 메소드

public Length ( ) : long
리턴 long

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( byte b ) : int
b byte
리턴 int

Read() 공개 메소드

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
리턴 int

ReadBoolean() 공개 메소드

public ReadBoolean ( ) : bool
리턴 bool

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadChar() 공개 메소드

public ReadChar ( ) : char
리턴 char

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadFloat() 공개 메소드

public ReadFloat ( ) : float
리턴 float

ReadFully() 공개 메소드

public ReadFully ( byte b ) : void
b byte
리턴 void

ReadFully() 공개 메소드

public ReadFully ( byte b, int off, int len ) : void
b byte
off int
len int
리턴 void

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadShort() 공개 메소드

public ReadShort ( ) : short
리턴 short

ReadUnsignedByte() 공개 메소드

public ReadUnsignedByte ( ) : int
리턴 int

ReadUnsignedShort() 공개 메소드

public ReadUnsignedShort ( ) : int
리턴 int

ReadUtf() 공개 메소드

public ReadUtf ( ) : string
리턴 string

Seek() 공개 메소드

public Seek ( long pos ) : void
pos long
리턴 void

SetLength() 공개 메소드

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

SkipBytes() 공개 메소드

public SkipBytes ( int n ) : int
n int
리턴 int

SmbRandomAccessFile() 공개 메소드

public SmbRandomAccessFile ( SmbFile file, string mode ) : System
file SmbFile
mode string
리턴 System

SmbRandomAccessFile() 공개 메소드

public SmbRandomAccessFile ( string url, string mode, int shareAccess ) : System
url string
mode string
shareAccess int
리턴 System

Write() 공개 메소드

public Write ( byte b ) : void
b byte
리턴 void

Write() 공개 메소드

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
리턴 void

Write() 공개 메소드

public Write ( int b ) : void
b int
리턴 void

WriteBoolean() 공개 메소드

public WriteBoolean ( bool v ) : void
v bool
리턴 void

WriteByte() 공개 메소드

public WriteByte ( int v ) : void
v int
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( string s ) : void
s string
리턴 void

WriteChar() 공개 메소드

public WriteChar ( int v ) : void
v int
리턴 void

WriteDouble() 공개 메소드

public WriteDouble ( double v ) : void
v double
리턴 void

WriteFloat() 공개 메소드

public WriteFloat ( float v ) : void
v float
리턴 void

WriteInt() 공개 메소드

public WriteInt ( int v ) : void
v int
리턴 void

WriteLong() 공개 메소드

public WriteLong ( long v ) : void
v long
리턴 void

WriteShort() 공개 메소드

public WriteShort ( int v ) : void
v int
리턴 void

WriteUtf() 공개 메소드

public WriteUtf ( string str ) : void
str string
리턴 void