Class URLContentsContainer

java.lang.Object
gov.nasa.arc.pds.tools.container.URLContentsContainer
All Implemented Interfaces:
BaseContainerInterface

public class URLContentsContainer
extends Object
implements BaseContainerInterface
A container class for the contents of URL or URI.
Version:
$Revision: $
Author:
jagander
  • Constructor Details

    • URLContentsContainer

      public URLContentsContainer​(byte[] bytes, String charset)
  • Method Details

    • getBytes

      public byte[] getBytes()
    • getCharset

      public String getCharset()
    • toString

      public String toString()
      Overrides:
      toString in class Object