@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public class BinaryRecordInput extends Object implements RecordInput
| コンストラクタと説明 |
|---|
BinaryRecordInput(DataInput din)
非推奨です。
Creates a new instance of BinaryRecordInput
|
BinaryRecordInput(InputStream strm)
非推奨です。
Creates a new instance of BinaryRecordInput
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
endMap(String tag)
非推奨です。
Check the mark for end of the serialized map.
|
void |
endRecord(String tag)
非推奨です。
Check the mark for end of the serialized record.
|
void |
endVector(String tag)
非推奨です。
Check the mark for end of the serialized vector.
|
static BinaryRecordInput |
get(DataInput inp)
非推奨です。
Get a thread-local record input for the supplied DataInput.
|
boolean |
readBool(String tag)
非推奨です。
Read a boolean from serialized record.
|
Buffer |
readBuffer(String tag)
非推奨です。
Read byte array from serialized record.
|
byte |
readByte(String tag)
非推奨です。
Read a byte from serialized record.
|
double |
readDouble(String tag)
非推奨です。
Read a double-precision number from serialized record.
|
float |
readFloat(String tag)
非推奨です。
Read a single-precision float from serialized record.
|
int |
readInt(String tag)
非推奨です。
Read an integer from serialized record.
|
long |
readLong(String tag)
非推奨です。
Read a long integer from serialized record.
|
String |
readString(String tag)
非推奨です。
Read a UTF-8 encoded string from serialized record.
|
Index |
startMap(String tag)
非推奨です。
Check the mark for start of the serialized map.
|
void |
startRecord(String tag)
非推奨です。
Check the mark for start of the serialized record.
|
Index |
startVector(String tag)
非推奨です。
Check the mark for start of the serialized vector.
|
public BinaryRecordInput(InputStream strm)
public BinaryRecordInput(DataInput din)
public static BinaryRecordInput get(DataInput inp)
inp - data input streampublic byte readByte(String tag) throws IOException
RecordInputreadByte インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic boolean readBool(String tag) throws IOException
RecordInputreadBool インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic int readInt(String tag) throws IOException
RecordInputreadInt インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic long readLong(String tag) throws IOException
RecordInputreadLong インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic float readFloat(String tag) throws IOException
RecordInputreadFloat インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic double readDouble(String tag) throws IOException
RecordInputreadDouble インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic String readString(String tag) throws IOException
RecordInputreadString インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic Buffer readBuffer(String tag) throws IOException
RecordInputreadBuffer インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic void startRecord(String tag) throws IOException
RecordInputstartRecord インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic void endRecord(String tag) throws IOException
RecordInputendRecord インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic Index startVector(String tag) throws IOException
RecordInputstartVector インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic void endVector(String tag) throws IOException
RecordInputendVector インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic Index startMap(String tag) throws IOException
RecordInputstartMap インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionpublic void endMap(String tag) throws IOException
RecordInputendMap インタフェース内 RecordInputtag - Used by tagged serialization formats (such as XML)IOExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.