org.fjank.jcache
Class CacheOutputStream
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.fjank.jcache.CacheOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class CacheOutputStream
- extends ByteArrayOutputStream
Class for handlig writes to a StreamCacheObject
- Author:
- Frank Karlstrøm
Method Summary |
void |
close()
writes the internal bytearray down to the StreamCacheObject. |
CacheOutputStream
public CacheOutputStream(StreamCacheObject strObj)
close
public void close()
throws IOException
- writes the internal bytearray down to the StreamCacheObject.
- Specified by:
close
in interface Closeable
- Overrides:
close
in class ByteArrayOutputStream
- Throws:
IOException
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.