Searched defs:readUnsignedByte (Results 1 - 12 of 12) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DClassReader.java78 public int readUnsignedByte() throws IOException { method in class:ClassReader
79 return in.readUnsignedByte();
/openjdk7/jdk/src/share/classes/java/io/
H A DDataInput.java355 int readUnsignedByte() throws IOException; method in interface:DataInput
H A DDataInputStream.java272 * See the general contract of the <code>readUnsignedByte</code>
287 public final int readUnsignedByte() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java710 public final int readUnsignedByte() throws IOException { method in class:RandomAccessFile
H A DObjectInputStream.java924 public int readUnsignedByte() throws IOException { method in class:ObjectInputStream
925 return bin.readUnsignedByte();
2770 public int readUnsignedByte() throws IOException { method in class:ObjectInputStream.BlockDataInputStream
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRIFFReader.java291 public int readUnsignedByte() throws IOException { method in class:RIFFReader
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DAbstractObjectInputStream.java305 abstract public int readUnsignedByte() throws IOException; method in class:AbstractObjectInputStream
H A DXObjectInputStream.java126 public int readUnsignedByte() throws IOException { method in class:XObjectInputStream
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageInputStream.java231 int readUnsignedByte() throws IOException; method in interface:ImageInputStream
H A DImageInputStreamImpl.java219 public int readUnsignedByte() throws IOException { method in class:ImageInputStreamImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFileParser.java947 short readUnsignedByte() throws ELFException { method in class:ELFFileParser.ELFFileImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPInputStream.java864 public final int readUnsignedByte() throws IOException{ method in class:IIOPInputStream

Completed in 80 milliseconds