Uses of Enum Class
org.aoju.bus.image.nimble.codec.TransferSyntaxType
Packages that use TransferSyntaxType
-
Uses of TransferSyntaxType in org.aoju.bus.image.nimble.codec
Fields in org.aoju.bus.image.nimble.codec declared as TransferSyntaxTypeMethods in org.aoju.bus.image.nimble.codec that return TransferSyntaxTypeModifier and TypeMethodDescriptionstatic TransferSyntaxTypeTranscoder.getSourceTransferSyntaxType()static TransferSyntaxTypeReturns the enum constant of this class with the specified name.static TransferSyntaxType[]TransferSyntaxType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransferSyntaxType in org.aoju.bus.image.nimble.stream
Constructors in org.aoju.bus.image.nimble.stream with parameters of type TransferSyntaxTypeModifierConstructorDescriptionImagePixelInputStream(ImageInputStream dis, ImageDescriptor imageDescriptor, TransferSyntaxType tsType)