/[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.2 by mark, Sat Jul 2 20:32:09 2005 UTC revision 1.3 by audriusa, Fri Oct 28 13:01:50 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.2  
changed lines
  Added in v.1.3

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