java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.DTI_FrameWork.LEFileReader

public class LEFileReader extends Object
Created by IntelliJ IDEA. User: bennett Date: Dec 6, 2005 Time: 5:03:56 PM To change this template use Options | File Templates.
  • Field Details

    • readFilename

      String readFilename
      The read filename.
    • in

      private BufferedInputStream in
      The in.
    • cbuf

      char[] cbuf
      The cbuf.
    • offset

      int offset
      The offset.
  • Constructor Details

  • Method Details

    • readInt

      public int readInt() throws IOException
      Read int.
      Returns:
      the int
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • readShort

      public short readShort() throws IOException
      Read short.
      Returns:
      the short
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • readFloat

      public float readFloat() throws IOException
      Read float.
      Returns:
      the float
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • readByte

      public int readByte() throws IOException
      Read byte.
      Returns:
      the int
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • seek

      public void seek(int newOffset) throws IOException
      Seek.
      Parameters:
      newOffset - the new offset
      Throws:
      IOException - Signals that an I/O exception has occurred.