public interface Writer
Modifier and Type | Method and Description |
---|---|
void |
save() |
void |
writeFields(List<Field> fieldlist) |
void |
writeRecord(String... args) |
void writeFields(List<Field> fieldlist) throws IOException
IOException
void writeRecord(String... args) throws IOException, NullPointerException
IOException
NullPointerException
void save() throws IOException
IOException
Copyright © 2006–2018 TinyGroup. All rights reserved.