Class FileStreamInformationItem


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

      Constructors 
      Constructor Description
      FileStreamInformationItem​(long size, long allocSize, java.lang.String name)  
    • Method Summary

      Modifier and Type Method Description
      long getAllocSize()  
      java.lang.String getName()  
      long getSize()  
      • Methods inherited from class java.lang.Object

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

      • FileStreamInformationItem

        public FileStreamInformationItem​(long size,
                                         long allocSize,
                                         java.lang.String name)
    • Method Detail

      • getSize

        public long getSize()
      • getAllocSize

        public long getAllocSize()
      • getName

        public java.lang.String getName()