Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Fan
Sys
FileBuf.FileBufInStream
C# Class Fan.Sys.FileBuf.FileBufInStream
Inheritance:
InStream
Exibir arquivo
Open project: xored/f4
Public Methods
Method
Description
peek
( ) :
Long
r
( ) :
int
read
( ) :
Long
readBuf
(
Buf
other
,
long
n
) :
Long
unread
(
int
n
) :
InStream
unread
(
long
n
) :
InStream
Private Methods
Method
Description
FileBufInStream
(
FileBuf
parent
) :
System.IO
Method Details
peek()
public
method
public
peek
( ) :
Long
return
Long
r()
public
method
public
r
( ) :
int
return
int
read()
public
method
public
read
( ) :
Long
return
Long
readBuf()
public
method
public
readBuf
(
Buf
other
,
long
n
) :
Long
other
Buf
n
long
return
Long
unread()
public
method
public
unread
(
int
n
) :
InStream
n
int
return
InStream
unread()
public
method
public
unread
(
long
n
) :
InStream
n
long
return
InStream