/[classpath]/classpath/gnu/CORBA/CDR/LittleEndianInputStream.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/CDR/LittleEndianInputStream.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.1.2.3 by gnu_andrew, Wed Nov 2 00:43:24 2005 UTC
# Line 55  import java.io.PushbackInputStream; Line 55  import java.io.PushbackInputStream;
55   */   */
56  public class LittleEndianInputStream  public class LittleEndianInputStream
57    extends FilterInputStream    extends FilterInputStream
58    implements abstractDataInputStream    implements AbstractDataInput
59  {  {
60    // Byte buffer, used to make primitive read calls more efficient.    // Byte buffer, used to make primitive read calls more efficient.
61    byte[] buf = new byte[ 8 ];    byte[] buf = new byte[ 8 ];

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26