Searched refs:readUnsignedShort (Results 1 – 10 of 10) sorted by relevance
324 mNumOfTagInIfd = mTiffStream.readUnsignedShort(); in next()709 value[i] = readUnsignedShort(); in readFullTagValue()762 int length = dataStream.readUnsignedShort(); in seekTiffData()837 protected int readUnsignedShort() throws IOException { in readUnsignedShort() method in ExifParser
105 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in CountedDataInputStream
189 mDnsType = dis.readUnsignedShort(); in parse()
876 values[i] = inputStream.readUnsignedShort(); in getValue()2825 int length = in.readUnsignedShort() - 2; in getJpegAttributes()2895 in.readUnsignedShort(), mExifByteOrder)); in getJpegAttributes()2897 in.readUnsignedShort(), mExifByteOrder)); in getJpegAttributes()2997 int tagNumber = in.readUnsignedShort(); in getRafAttributes()2998 int numberOfBytes = in.readUnsignedShort(); in getRafAttributes()3492 int length = dataInputStream.readUnsignedShort() - 2; in saveJpegAttributes()3537 int length = dataInputStream.readUnsignedShort(); in saveJpegAttributes()3678 int startCode = dataInputStream.readUnsignedShort(); in parseTiffHeaders()3720 int tagNumber = dataInputStream.readUnsignedShort(); in readImageFileDirectory()[all …]
558 env.teleService = dis.readUnsignedShort(); in parsePduFromEfRecord()566 env.serviceCategory = dis.readUnsignedShort(); in parsePduFromEfRecord()
1624 mSubsampleEncryptionDataSize = data.readUnsignedShort(); in sampleData()1641 mScratchSubsampleClearBytesCount[i] = data.readUnsignedShort(); in sampleData()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
39793 method public abstract int readUnsignedShort() throws java.io.IOException;39815 method public final int readUnsignedShort() throws java.io.IOException;40121 method public int readUnsignedShort() throws java.io.IOException;40452 method public final int readUnsignedShort() throws java.io.IOException;
62273 method public int readUnsignedShort() throws java.io.IOException;62295 method public final int readUnsignedShort() throws java.io.IOException;62604 method public int readUnsignedShort() throws java.io.IOException;62943 method public final int readUnsignedShort() throws java.io.IOException;
12889 HSPLandroid/media/ExifInterface$ByteOrderedDataInputStream;->readUnsignedShort()I32016 HSPLjava/io/DataInputStream;->readUnsignedShort()I32180 HSPLjava/io/ObjectInputStream$BlockDataInputStream;->readUnsignedShort()I