你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 | Description |
---|---|
Safe |
A safe handle that implements Auto |
Modifier and Type | Method and Description |
---|---|
void |
close()
Dispose of associated resources. |
protected void | finalize() |
long |
get Gets the long value |
void |
set Sets the long value |
SafeHandle
public SafeHandle(long val, SafeHandleType type)
A safe handle that implements AutoCloseable
Parameters:
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: