|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
betamax.storage.StorableTapebetamax.Tape
interface StorableTape extends Tape
A `Tape` that can be read from an written to a backing store.
| Method Summary | |
|---|---|
void
|
writeTo(java.io.Writer writer)
Writes the current state of the tape to `writer`. |
| Methods inherited from interface Tape | |
|---|---|
| getName, isReadable, isWritable, play, record, reset, seek, setMode, size |
| Method Detail |
|---|
void writeTo(java.io.Writer writer)
Groovy Documentation