Class JCROutputStream
- java.lang.Object
 - 
- java.io.OutputStream
 - 
- java.io.ByteArrayOutputStream
 - 
- org.ametys.plugins.repository.metadata.jcr.JCROutputStream
 
 
 
 
- 
- All Implemented Interfaces:
 Closeable,Flushable,AutoCloseable
@Deprecated class JCROutputStream extends ByteArrayOutputStream
Deprecated.org.ametys.cms.data.Resource new class doesn't use JCROutputStream anymore 
- 
- 
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger__loggerDeprecated.private Node_nodeDeprecated.private boolean_storeHashDeprecated.- 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count 
 - 
 
- 
Constructor Summary
Constructors Constructor Description JCROutputStream(Node node, boolean storeHash)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.- 
Methods inherited from class java.io.ByteArrayOutputStream
reset, size, toByteArray, toString, toString, toString, toString, write, write, writeBytes, writeTo 
- 
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write 
 - 
 
 - 
 
- 
- 
Field Detail
- 
__logger
private static org.slf4j.Logger __logger
Deprecated. 
- 
_storeHash
private boolean _storeHash
Deprecated. 
 - 
 
- 
Constructor Detail
- 
JCROutputStream
JCROutputStream(Node node, boolean storeHash)
Deprecated. 
 - 
 
- 
Method Detail
- 
close
public void close() throws IOException
Deprecated.- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classByteArrayOutputStream- Throws:
 IOException
 
 - 
 
 -