Class FileStreamInformationItem

java.lang.Object
com.hierynomus.msfscc.fileinformation.FileStreamInformationItem

public class FileStreamInformationItem extends Object
  • Field Details

    • size

      private long size
    • allocSize

      private long allocSize
    • name

      private String name
  • Constructor Details

    • FileStreamInformationItem

      public FileStreamInformationItem(long size, long allocSize, String name)
  • Method Details

    • getSize

      public long getSize()
    • getAllocSize

      public long getAllocSize()
    • getName

      public String getName()