|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.Writer
java.io.OutputStreamWriter
opencard.opt.iso.fs.CardFileWriter
public class CardFileWriter
CardFileWriter is a subclass of OutputStreamWriter that can be used to read text data from a CardFile. The constructor of this class assumes that the default character encoding and the default byte-buffer size are appropriate.
FileWriter,
CardFile,
CardFileOutputStream| Field Summary |
|---|
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
CardFileWriter(CardFile file)
Instantiate a CardFileWriter for the specified CardFile object. |
|
| Method Summary |
|---|
| Methods inherited from class java.io.OutputStreamWriter |
|---|
close, flush, getEncoding, write, write, write |
| Methods inherited from class java.io.Writer |
|---|
append, append, append, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CardFileWriter(CardFile file)
throws java.io.IOException,
CardTerminalException
file - The CardFile object to write to.
java.io.IOException - Thrown if the file is not found or file type does not match.
CardTerminalException - Thrown when the smart card has been removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||