Package gov.nasa.arc.pds.tools.container
Class URLContentsContainer
- java.lang.Object
-
- gov.nasa.arc.pds.tools.container.URLContentsContainer
-
- All Implemented Interfaces:
BaseContainerInterface
public class URLContentsContainer extends java.lang.Object implements BaseContainerInterface
A container class for the contents of URL or URI.- Version:
- $Revision: $
- Author:
- jagander
-
-
Constructor Summary
Constructors Constructor Description URLContentsContainer(byte[] bytes, java.lang.String charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
java.lang.String
getCharset()
java.lang.String
toString()
-