Uses of Interface
security.whisper.javastix.coo.types.NtfsAlternateDataStreamObj
Packages that use NtfsAlternateDataStreamObj
Package
Description
-
Uses of NtfsAlternateDataStreamObj in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types that return types with arguments of type NtfsAlternateDataStreamObjModifier and TypeMethodDescriptiondefault Set<NtfsAlternateDataStreamObj> NtfsFileExtenstionExt.getAlternateDataStreams() -
Uses of NtfsAlternateDataStreamObj in security.whisper.javastix.coo.types
Classes in security.whisper.javastix.coo.types that implement NtfsAlternateDataStreamObjModifier and TypeClassDescriptionfinal classThe Alternate Data Stream type represents an NTFS alternate data stream.Methods in security.whisper.javastix.coo.types with parameters of type NtfsAlternateDataStreamObjModifier and TypeMethodDescriptionstatic NtfsAlternateDataStreamNtfsAlternateDataStream.copyOf(NtfsAlternateDataStreamObj instance) Creates an immutable copy of aNtfsAlternateDataStreamObjvalue.NtfsAlternateDataStream.Builder.from(NtfsAlternateDataStreamObj instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.types.NtfsAlternateDataStreamObjinstance.