Method | Description | |
---|---|---|
Clone ( ) : object | ||
Dispose ( ) : void | ||
Length ( ) : long | ||
MockIndexInputWrapper ( |
Construct an empty output buffer.
|
|
ReadByte ( ) : byte | ||
ReadBytes ( byte b, int offset, int len ) : void | ||
ReadBytes ( byte b, int offset, int len, bool useBuffer ) : void | ||
ReadInt ( ) : int | ||
ReadLong ( ) : long | ||
ReadShort ( ) : short | ||
ReadString ( ) : string | ||
ReadStringStringMap ( ) : string>.IDictionary |
||
ReadVInt ( ) : int | ||
ReadVLong ( ) : long | ||
Seek ( long pos ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
EnsureOpen ( ) : void |
public MockIndexInputWrapper ( |
||
dir | ||
name | string | |
@delegate | ||
return | System |
public ReadBytes ( byte b, int offset, int len ) : void | ||
b | byte | |
offset | int | |
len | int | |
return | void |
public ReadBytes ( byte b, int offset, int len, bool useBuffer ) : void | ||
b | byte | |
offset | int | |
len | int | |
useBuffer | bool | |
return | void |
public ReadStringStringMap ( ) : string>.IDictionary |
||
return | string>.IDictionary |