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

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

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

revision 1.1.2.1 by gnu_andrew, Fri May 20 18:20:49 2005 UTC revision 1.1.2.2 by gnu_andrew, Fri May 27 00:01:44 2005 UTC
# Line 109  public class aligningInputStream Line 109  public class aligningInputStream
109          throw new BAD_PARAM("Unable to align at " + alignment);          throw new BAD_PARAM("Unable to align at " + alignment);
110        }        }
111    }    }
112    
113      /**
114       * Get the byte buffer, from where the data are read.
115       */
116      public byte[] getBuffer()
117      {
118        return buf;
119      }
120  }  }

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

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