public abstract class AbstractTableInput extends Object implements TableInput
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_COLUMN_HEADER
default header for columns
|
| Constructor and Description |
|---|
AbstractTableInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
marks the input as closed
|
Status |
getStatus() |
void |
open()
marks the input as open.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasMoreRows, nextRowpublic static final String DEFAULT_COLUMN_HEADER
public void open()
open in interface TableInputpublic void close()
close in interface TableInputpublic Status getStatus()
Copyright © 2006–2015. All rights reserved.