org.webmacro.util
Class Encoder.Block

java.lang.Object
  |
  +--org.webmacro.util.Encoder.Block
Enclosing class:
Encoder

public static class Encoder.Block
extends java.lang.Object

The block class provides a means by which encoder users can encode entire blocks of text at once (and have those encoded blocks cached).


Field Summary
protected  int _hashCode
           
 java.lang.String[] text
           
 
Constructor Summary
Encoder.Block(java.lang.String[] text)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public java.lang.String[] text

_hashCode

protected int _hashCode
Constructor Detail

Encoder.Block

public Encoder.Block(java.lang.String[] text)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object