Uses of Class
security.whisper.javastix.coo.types.NtfsAlternateDataStream.Builder
Packages that use NtfsAlternateDataStream.Builder
-
Uses of NtfsAlternateDataStream.Builder in security.whisper.javastix.coo.types
Methods in security.whisper.javastix.coo.types that return NtfsAlternateDataStream.BuilderModifier and TypeMethodDescriptionNtfsAlternateDataStream.builder()Creates a builder forNtfsAlternateDataStream.NtfsAlternateDataStream.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.NtfsAlternateDataStream.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.NtfsAlternateDataStream.Builder.from(NtfsAlternateDataStreamObj instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.types.NtfsAlternateDataStreamObjinstance.Sets or replaces all mappings from the specified map as entries for thehashesmap.Initializes the value for thenameattribute.NtfsAlternateDataStream.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.NtfsAlternateDataStream.Builder.putAllHashes(Map<String, ? extends String> entries) Put all mappings from the specified map as entries tohashesmap.NtfsAlternateDataStream.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.NtfsAlternateDataStream.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.Put one entry to thehashesmap.Put one entry to thehashesmap.NtfsAlternateDataStream.Builder.size(long size) Initializes the optional valuesizeto size.Initializes the optional valuesizeto size.