Uses of Record Class
com.usatiuk.dhfsfs.objects.File
Packages that use File
-
Uses of File in com.usatiuk.dhfsfs.objects
Methods in com.usatiuk.dhfsfs.objects that return FileModifier and TypeMethodDescriptionFileDto.file()Returns the value of thefilerecord component.File.withCTime(long cTime) File.withCurrentCTime()File.withCurrentMTime()File.withMode(long mode) File.withMTime(long mTime) File.withSymlink(boolean symlink) Methods in com.usatiuk.dhfsfs.objects with parameters of type FileModifier and TypeMethodDescriptionList<org.apache.commons.lang3.tuple.Pair<Long, JObjectKey>> Get the chunks of a file.voidFileHelper.replaceChunks(File file, List<org.apache.commons.lang3.tuple.Pair<Long, JObjectKey>> chunks) Replace the chunks of a file.Constructors in com.usatiuk.dhfsfs.objects with parameters of type FileModifierConstructorDescriptionFileDto(File file, List<org.apache.commons.lang3.tuple.Pair<Long, JObjectKey>> chunks) Creates an instance of aFileDtorecord class.