Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Fan
Sys
MemBuf.MemBufInStream
C# Class Fan.Sys.MemBuf.MemBufInStream
Inheritance:
InStream
显示文件
Open project: xored/f4
Public Methods
Method
Description
peek
( ) :
Long
r
( ) :
int
read
( ) :
Long
readBuf
(
Buf
other
,
long
n
) :
Long
skip
(
long
n
) :
long
unread
(
int
n
) :
InStream
unread
(
long
n
) :
InStream
Private Methods
Method
Description
MemBufInStream
(
MemBuf
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
skip()
public
method
public
skip
(
long
n
) :
long
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