Interface IDataInput
Equivalent to Java's DataInput interface
Assembly: Lucene.Net.dll
public interface IDataInput
Methods
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
NOTE: This was readUnsignedByte() in Java
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Char |
|
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
Declaration
Parameters
| Type |
Name |
Description |
| System.Byte[] |
b |
|
|
Improve this Doc
View Source
Declaration
void ReadFully(byte[] b, int off, int len)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
b |
|
| System.Int32 |
off |
|
| System.Int32 |
len |
|
|
Improve this Doc
View Source
NOTE: This was readShort() in Java
Declaration
Returns
| Type |
Description |
| System.Int16 |
|
|
Improve this Doc
View Source
NOTE: This was readInt() in Java
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
NOTE: This was readLong() in Java
Declaration
Returns
| Type |
Description |
| System.Int64 |
|
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
NOTE: This was readByte() in Java
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
NOTE: This was readUnsignedShort() in Java
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
Parameters
| Type |
Name |
Description |
| System.Int32 |
n |
|
Returns
| Type |
Description |
| System.Int32 |
|
Extension Methods