Interface IDataInput
Equivalent to Java's DataInput interface
Assembly: DistributedLucene.Net.dll
Syntax
public interface IDataInput
Methods
Name | Description |
---|---|
ReadBoolean() | |
ReadByte() | NOTE: This was readUnsignedByte() in Java |
ReadChar() | |
ReadDouble() | |
ReadFully(Byte[]) | |
ReadFully(Byte[], Int32, Int32) | |
ReadInt16() | NOTE: This was readShort() in Java |
ReadInt32() | NOTE: This was readInt() in Java |
ReadInt64() | NOTE: This was readLong() in Java |
ReadLine() | |
ReadSByte() | NOTE: This was readByte() in Java |
ReadSingle() | |
ReadUInt16() | NOTE: This was readUnsignedShort() in Java |
ReadUTF() | |
SkipBytes(Int32) |