ParsingFramework.MicroOperations
Class BinaryURL

java.lang.Object
  extended by ParsingFramework.MicroOperations.BinaryURL

public class BinaryURL
extends java.lang.Object

Micro Parser for Parsing and Composing URLS from/to binary data.

Author:
Paul Grace

Constructor Summary
BinaryURL(IParseOperations parent)
           
 
Method Summary
 java.net.URL inURL(byte[] content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryURL

public BinaryURL(IParseOperations parent)
Method Detail

inURL

public java.net.URL inURL(byte[] content)
                   throws DataNotOfTypeException
Throws:
DataNotOfTypeException