Class Device


  • public class Device
    extends java.lang.Object
    Version:
    $Id: Device.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Summary

      Constructors 
      Constructor Description
      Device​(java.io.RandomAccessFile raf)
      Creates new Device
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • startSize

        private int startSize
      • endSize

        private int endSize
      • deltaFormat

        private int deltaFormat
      • deltaValues

        private int[] deltaValues
    • Constructor Detail

      • Device

        public Device​(java.io.RandomAccessFile raf)
               throws java.io.IOException
        Creates new Device
        Throws:
        java.io.IOException