JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.jena.atlas.lib
Interface Closeable
All Known Subinterfaces:
AWriter
,
Sink
<T>
All Known Implementing Classes:
AWriterBase
,
IndentedLineBuffer
,
IndentedWriter
,
IteratorDelayedInitialization
,
IteratorResourceClosing
,
RepeatApplyIterator
,
SinkCounting
,
SinkLogging
,
SinkNull
,
SinkPrint
,
SinkSplit
,
SinkToCollection
,
SinkToQueue
,
SinkWrapper
,
StringWriterI
,
Writer2
public interface
Closeable
Close this object. This form does not allow Exceptions (it does allow RuntimeExceptions).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
close
()
Method Detail
close
void close()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Licenced under the Apache License, Version 2.0