Class NumberWriter


  • public class NumberWriter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberWriter​(java.io.OutputStream outputStream, java.nio.ByteOrder byteOrder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeByte​(byte value)  
      void writeDouble​(double value)  
      void writeFloat​(float value)  
      void writeInteger​(int value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumberWriter

        public NumberWriter​(java.io.OutputStream outputStream,
                            java.nio.ByteOrder byteOrder)
    • Method Detail

      • writeByte

        public void writeByte​(byte value)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • writeInteger

        public void writeInteger​(int value)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • writeDouble

        public void writeDouble​(double value)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • writeFloat

        public void writeFloat​(float value)
                        throws java.io.IOException
        Throws:
        java.io.IOException