C# Class SharpCifs.Smb.SmbRandomAccessFile

Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetFilePointer() public méthode

public GetFilePointer ( ) : long
Résultat long

Length() public méthode

public Length ( ) : long
Résultat long

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( byte b ) : int
b byte
Résultat int

Read() public méthode

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int

ReadBoolean() public méthode

public ReadBoolean ( ) : bool
Résultat bool

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadChar() public méthode

public ReadChar ( ) : char
Résultat char

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadFloat() public méthode

public ReadFloat ( ) : float
Résultat float

ReadFully() public méthode

public ReadFully ( byte b ) : void
b byte
Résultat void

ReadFully() public méthode

public ReadFully ( byte b, int off, int len ) : void
b byte
off int
len int
Résultat void

ReadInt() public méthode

public ReadInt ( ) : int
Résultat int

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ReadLong() public méthode

public ReadLong ( ) : long
Résultat long

ReadShort() public méthode

public ReadShort ( ) : short
Résultat short

ReadUnsignedByte() public méthode

public ReadUnsignedByte ( ) : int
Résultat int

ReadUnsignedShort() public méthode

public ReadUnsignedShort ( ) : int
Résultat int

ReadUtf() public méthode

public ReadUtf ( ) : string
Résultat string

Seek() public méthode

public Seek ( long pos ) : void
pos long
Résultat void

SetLength() public méthode

public SetLength ( long newLength ) : void
newLength long
Résultat void

SkipBytes() public méthode

public SkipBytes ( int n ) : int
n int
Résultat int

SmbRandomAccessFile() public méthode

public SmbRandomAccessFile ( SmbFile file, string mode ) : System
file SmbFile
mode string
Résultat System

SmbRandomAccessFile() public méthode

public SmbRandomAccessFile ( string url, string mode, int shareAccess ) : System
url string
mode string
shareAccess int
Résultat System

Write() public méthode

public Write ( byte b ) : void
b byte
Résultat void

Write() public méthode

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
Résultat void

Write() public méthode

public Write ( int b ) : void
b int
Résultat void

WriteBoolean() public méthode

public WriteBoolean ( bool v ) : void
v bool
Résultat void

WriteByte() public méthode

public WriteByte ( int v ) : void
v int
Résultat void

WriteBytes() public méthode

public WriteBytes ( string s ) : void
s string
Résultat void

WriteChar() public méthode

public WriteChar ( int v ) : void
v int
Résultat void

WriteDouble() public méthode

public WriteDouble ( double v ) : void
v double
Résultat void

WriteFloat() public méthode

public WriteFloat ( float v ) : void
v float
Résultat void

WriteInt() public méthode

public WriteInt ( int v ) : void
v int
Résultat void

WriteLong() public méthode

public WriteLong ( long v ) : void
v long
Résultat void

WriteShort() public méthode

public WriteShort ( int v ) : void
v int
Résultat void

WriteUtf() public méthode

public WriteUtf ( string str ) : void
str string
Résultat void