E
- The class of elements to write
public interface Writer<E>
This interface defines a standard way for writing a context.
Modifier and Type | Method and Description |
---|---|
void |
write(E e,
BufferedWriter file)
Write a context to a file.
|
void write(E e, BufferedWriter file) throws IOException
Write a context to a file.
e
- an element to writefile
- a fileIOException
- When an IOException occursCopyright © 2010–2016 The Galactic Organization. All rights reserved.