Home
last modified time | relevance | path

Searched defs:readLong (Results 1 – 15 of 15) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DCodeInput.java44 public long readLong() throws EOFException; in readLong() method
DShortArrayCodeInput.java65 public long readLong() throws EOFException { in readLong() method in ShortArrayCodeInput
/external/guava/guava/src/com/google/common/io/
DByteArrayDataInput.java42 @Override long readLong(); in readLong() method
DLittleEndianDataInputStream.java133 public long readLong() throws IOException { in readLong() method in LittleEndianDataInputStream
/external/proguard/src/proguard/classfile/io/
DRuntimeDataInput.java152 public long readLong() in readLong() method in RuntimeDataInput
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DInput.java83 public long readLong(); in readLong() method
DByteArrayInput.java113 public long readLong() { in readLong() method in ByteArrayInput
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DLittleEndien.java112 public long readLong() throws IOException { in readLong() method in LittleEndien
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DBlenderInputStream.java274 public long readLong() { in readLong() method in BlenderInputStream
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DDataInputStreamTest.java501 public long readLong() throws IOException { in readLong() method in DataInputStreamTest.TestDataInputStream
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DByteUtils.java257 public static long readLong(InputStream inputStream) throws IOException { in readLong() method in ByteUtils
DBinaryInputCapsule.java428 public long readLong(String name, long defVal) throws IOException { in readLong() method in BinaryInputCapsule
885 protected long readLong(byte[] content) throws IOException { in readLong() method in BinaryInputCapsule
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowParcel.java101 public long readLong() { in readLong() method in ShadowParcel
/external/jmonkeyengine/engine/src/core/com/jme3/export/
DInputCapsule.java81 public long readLong(String name, long defVal) throws IOException; in readLong() method
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMInputCapsule.java514 public long readLong(String name, long defVal) throws IOException { in readLong() method in DOMInputCapsule