JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.hazelcast.console
Interface LineReader
All Superinterfaces:
AutoCloseable
,
Closeable
public interface
LineReader
extends
Closeable
Reads a line of input.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
readLine
()
Methods inherited from interface java.io.
Closeable
close
Method Details
readLine
String
readLine
() throws
Exception
Throws:
Exception