Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Fan
Sys
FileBuf.FileBufInStream
C# Class Fan.Sys.FileBuf.FileBufInStream
Inheritance:
InStream
Afficher le fichier
Open project: xored/f4
Méthodes publiques
Méthode
Description
peek
( ) :
Long
r
( ) :
int
read
( ) :
Long
readBuf
(
Buf
other
,
long
n
) :
Long
unread
(
int
n
) :
InStream
unread
(
long
n
) :
InStream
Private Methods
Méthode
Description
FileBufInStream
(
FileBuf
parent
) :
System.IO
Method Details
peek()
public
méthode
public
peek
( ) :
Long
Résultat
Long
r()
public
méthode
public
r
( ) :
int
Résultat
int
read()
public
méthode
public
read
( ) :
Long
Résultat
Long
readBuf()
public
méthode
public
readBuf
(
Buf
other
,
long
n
) :
Long
other
Buf
n
long
Résultat
Long
unread()
public
méthode
public
unread
(
int
n
) :
InStream
n
int
Résultat
InStream
unread()
public
méthode
public
unread
(
long
n
) :
InStream
n
long
Résultat
InStream