public abstract class HibernateLazyNamedInputStream
extends org.hibernate.ejb.packaging.NamedInputStream
Constructor and Description |
---|
HibernateLazyNamedInputStream(String name) |
Modifier and Type | Method and Description |
---|---|
protected abstract InputStream |
getLazyStream()
Get lazy input stream.
|
InputStream |
getStream() |
void |
setStream(InputStream stream) |
public HibernateLazyNamedInputStream(String name)
protected abstract InputStream getLazyStream() throws IOException
IOException
- for any I/O errorpublic InputStream getStream()
getStream
in class org.hibernate.ejb.packaging.NamedInputStream
public void setStream(InputStream stream)
setStream
in class org.hibernate.ejb.packaging.NamedInputStream
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.