Exploratory house cleaning
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@611 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -58,19 +58,19 @@ public class FileStream extends Stream
|
||||
_queue.add(new QueuedFile(file, loop));
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
@Override
|
||||
protected int getFormat ()
|
||||
{
|
||||
return _decoder.getFormat();
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
@Override
|
||||
protected int getFrequency ()
|
||||
{
|
||||
return _decoder.getFrequency();
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
@Override
|
||||
protected int populateBuffer (ByteBuffer buf)
|
||||
throws IOException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user