Method | Description | |
---|---|---|
CopyBytes ( DataInput input, long numBytes ) : void | ||
Dispose ( ) : void | ||
Flush ( ) : void | ||
MBitsToBytes ( int mbits ) : int | ||
NewFromDelegate ( IndexOutput output ) : |
||
Seek ( long pos ) : void | ||
ThrottledIndexOutput ( int bytesPerSecond, long delayInMillis, IndexOutput @delegate ) : System | ||
ThrottledIndexOutput ( int bytesPerSecond, long delays, int minBytesWritten, IndexOutput @delegate ) : System | ||
ThrottledIndexOutput ( int bytesPerSecond, long flushDelayMillis, long closeDelayMillis, long seekDelayMillis, long minBytesWritten, IndexOutput @delegate ) : System | ||
WriteByte ( byte b ) : void | ||
WriteBytes ( byte b, int offset, int length ) : void |
Method | Description | |
---|---|---|
GetDelay ( bool closing ) : long |
Method | Description | |
---|---|---|
Sleep ( long ms ) : void |
public CopyBytes ( DataInput input, long numBytes ) : void | ||
input | DataInput | |
numBytes | long | |
return | void |
public static MBitsToBytes ( int mbits ) : int | ||
mbits | int | |
return | int |
public NewFromDelegate ( IndexOutput output ) : |
||
output | IndexOutput | |
return |
public ThrottledIndexOutput ( int bytesPerSecond, long delayInMillis, IndexOutput @delegate ) : System | ||
bytesPerSecond | int | |
delayInMillis | long | |
@delegate | IndexOutput | |
return | System |
public ThrottledIndexOutput ( int bytesPerSecond, long delays, int minBytesWritten, IndexOutput @delegate ) : System | ||
bytesPerSecond | int | |
delays | long | |
minBytesWritten | int | |
@delegate | IndexOutput | |
return | System |
public ThrottledIndexOutput ( int bytesPerSecond, long flushDelayMillis, long closeDelayMillis, long seekDelayMillis, long minBytesWritten, IndexOutput @delegate ) : System | ||
bytesPerSecond | int | |
flushDelayMillis | long | |
closeDelayMillis | long | |
seekDelayMillis | long | |
minBytesWritten | long | |
@delegate | IndexOutput | |
return | System |
public WriteBytes ( byte b, int offset, int length ) : void | ||
b | byte | |
offset | int | |
length | int | |
return | void |