Uses of Enum Class
oracle.stellent.ridc.model.serialize.HdaSerializerUtils.FormatType
Packages that use HdaSerializerUtils.FormatType
-
Uses of HdaSerializerUtils.FormatType in oracle.stellent.ridc.model.serialize
Methods in oracle.stellent.ridc.model.serialize that return HdaSerializerUtils.FormatTypeModifier and TypeMethodDescriptionHdaSerializerUtils.determineFormat(InputStream inputStream, String encoding) Determines the format by looking at the first bytes of the stream and checkin it against theHdaSerializerUtils.BEGIN_HDAstring for equality.Returns the enum constant of this class with the specified name.static HdaSerializerUtils.FormatType[]HdaSerializerUtils.FormatType.values()Returns an array containing the constants of this enum class, in the order they are declared.