Uses of Class
org.apache.sis.internal.storage.io.ChannelFactory
Packages that use ChannelFactory
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of ChannelFactory in org.apache.sis.internal.storage.io
Fields in org.apache.sis.internal.storage.io with type parameters of type ChannelFactoryModifier and TypeFieldDescriptionstatic final InternalOptionKey<UnaryOperator<ChannelFactory>> InternalOptionKey.CHANNEL_FACTORY_WRAPPERWraps readable or writable channels on creation.Methods in org.apache.sis.internal.storage.io that return ChannelFactoryModifier and TypeMethodDescriptionstatic ChannelFactoryChannelFactory.prepare(Object storage, boolean allowWriteOnly, String encoding, OpenOption[] options, UnaryOperator<ChannelFactory> wrapper) Returns a byte channel factory from the given input or output, ornullif the given input/output is unsupported.Method parameters in org.apache.sis.internal.storage.io with type arguments of type ChannelFactoryModifier and TypeMethodDescriptionstatic ChannelFactoryChannelFactory.prepare(Object storage, boolean allowWriteOnly, String encoding, OpenOption[] options, UnaryOperator<ChannelFactory> wrapper) Returns a byte channel factory from the given input or output, ornullif the given input/output is unsupported.