SafeHandle Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. util. SafeHandle
- com.
Implements
public class SafeHandle
implements java.lang.AutoCloseable
Internal SafeHandle class Note: close() must be called in order to release underlying resources held by the object.
Constructor Summary
Constructor | Description |
---|---|
SafeHandle(long val, SafeHandleType type) |
A safe handle that implements Auto |
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
close()
Dispose of associated resources. |
protected void | finalize() |
long |
getValue()
Gets the long value |
void |
setValue(long newValue)
Sets the long value |
Methods inherited from java.lang.Object
Constructor Details
SafeHandle
public SafeHandle(long val, SafeHandleType type)
A safe handle that implements AutoCloseable
Parameters:
Method Details
close
public void close()
Dispose of associated resources. Note: close() must be called in order to release underlying resources held by the object.
finalize
protected void finalize()
Overrides:
SafeHandle.finalize()Throws:
getValue
public long getValue()
Gets the long value
Returns:
setValue
public void setValue(long newValue)
Sets the long value
Parameters:
Applies to
Azure SDK for Java