Groovy Documentation

betamax.storage
[Groovy] Interface StorableTape

betamax.storage.StorableTape
  betamax.Tape
All Superinterfaces:
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

writeTo

void writeTo(java.io.Writer writer)
Writes the current state of the tape to `writer`.


 

Groovy Documentation