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, wait
hasMoreRows, nextRow
public static final String DEFAULT_COLUMN_HEADER
public void open()
open
in interface TableInput
public void close()
close
in interface TableInput
public Status getStatus()
Copyright © 2006–2015. All rights reserved.