public class ReadData
extends java.lang.Object
| コンストラクタと説明 | 
|---|
| ReadData(java.lang.String res) | 
| ReadData(java.lang.String res,
        int id) | 
| ReadData(java.lang.String res,
        int id,
        byte[] raw) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| int | getCodeID()読み取りデータのCodeIDを取得する Get the CodeID of the read data. | 
| byte[] | getRawData()読み取りデータのbyte配列を取得する Get the byte array of read data. | 
| java.lang.String | getText()読み取りデータの文字列を取得する Get the String of the read data. | 
public ReadData(java.lang.String res)
public ReadData(java.lang.String res,
                int id)
public ReadData(java.lang.String res,
                int id,
                byte[] raw)
public byte[] getRawData()
public java.lang.String getText()
public int getCodeID()