Package org.teiid.metadata
Interface VDBResource
-
public interface VDBResourceRepresents a resource available with the VDB deployment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the resource name.longgetSize()Get the size in bytesInputStreamopenStream()Open anInputStreamto the resource
-
-
-
Method Detail
-
openStream
InputStream openStream() throws IOException
Open anInputStreamto the resource- Returns:
- Throws:
IOException
-
getSize
long getSize()
Get the size in bytes- Returns:
-
getName
String getName()
Get the resource name.- Returns:
-
-