Uses of Class
com.microsoft.cognitiveservices.speech.util.SafeHandleType
-
Packages that use SafeHandleType Package Description com.microsoft.cognitiveservices.speech.util -
-
Uses of SafeHandleType in com.microsoft.cognitiveservices.speech.util
Methods in com.microsoft.cognitiveservices.speech.util that return SafeHandleType Modifier and Type Method Description static SafeHandleTypeSafeHandleType. valueOf(String name)Returns the enum constant of this type with the specified name.static SafeHandleType[]SafeHandleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.cognitiveservices.speech.util with parameters of type SafeHandleType Constructor Description SafeHandle(long val, SafeHandleType type)A safe handle that implements AutoCloseable
-