projectkyoto.mmd.file
クラス DataInputStreamLittleEndian

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 java.io.FilterInputStream
          上位を拡張 projectkyoto.mmd.file.DataInputStreamLittleEndian
すべての実装されたインタフェース:
java.io.Closeable

public class DataInputStreamLittleEndian
extends java.io.FilterInputStream


フィールドの概要
 
クラス java.io.FilterInputStream から継承されたフィールド
in
 
コンストラクタの概要
DataInputStreamLittleEndian(java.io.InputStream in)
           
DataInputStreamLittleEndian(java.net.URL url)
           
 
メソッドの概要
 byte readByte()
           
 double readDouble()
           
 float readFloat()
           
 int readInt()
           
 long readLong()
           
 short readShort()
           
 java.lang.String readString(int size)
           
 int readUnsignedByte()
           
 int readUnsignedShort()
           
 
クラス java.io.FilterInputStream から継承されたメソッド
available, close, mark, markSupported, read, read, read, reset, skip
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DataInputStreamLittleEndian

public DataInputStreamLittleEndian(java.io.InputStream in)

DataInputStreamLittleEndian

public DataInputStreamLittleEndian(java.net.URL url)
                            throws java.io.IOException
例外:
java.io.IOException
メソッドの詳細

readInt

public final int readInt()
                  throws java.io.IOException
例外:
java.io.IOException

readShort

public final short readShort()
                      throws java.io.IOException
例外:
java.io.IOException

readUnsignedShort

public final int readUnsignedShort()
                            throws java.io.IOException
例外:
java.io.IOException

readUnsignedByte

public final int readUnsignedByte()
                           throws java.io.IOException
例外:
java.io.IOException

readLong

public final long readLong()
                    throws java.io.IOException
例外:
java.io.IOException

readFloat

public final float readFloat()
                      throws java.io.IOException
例外:
java.io.IOException

readDouble

public final double readDouble()
                        throws java.io.IOException
例外:
java.io.IOException

readString

public final java.lang.String readString(int size)
                                  throws java.io.IOException
例外:
java.io.IOException

readByte

public final byte readByte()
                    throws java.io.IOException
例外:
java.io.IOException