interface LogStream
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this LogStream object and releases any
associated resources.
|
Object |
getKey()
Returns the associated key for this LogStream.
|
Object getKey()
void close()
throws IOException
IOException - if an I/O error occured while attempting
to close the LogStream.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.