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

public class LEFileWriter extends Object
The Class LEFileWriter.
  • Field Details

    • wfilename

      String wfilename
      The wfilename.
    • out

      private DataOutputStream out
      The out.
    • temp

      private byte[] temp
      The temp.
    • offset

      int offset
      The offset.
  • Constructor Details

  • Method Details

    • writeByte

      public void writeByte(int i) throws IOException
      Write byte.
      Parameters:
      i - the i
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • writeBytes

      public void writeBytes(String s) throws IOException
      Write bytes.
      Parameters:
      s - the s
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • writeChar

      public void writeChar(int c) throws IOException
      Write char.
      Parameters:
      c - the c
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • close

      public void close() throws IOException
      Close.
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • writeInt

      public void writeInt(int v) throws IOException
      Write int.
      Parameters:
      v - the v
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • writeFloat

      public void writeFloat(float v) throws IOException
      Write float.
      Parameters:
      v - the v
      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.