Stellent
HowToComponents
JavaDoc

intradoc.data
Interface DataDecode

All Known Implementing Classes:
DataBinder

public interface DataDecode

A callback interface for decoding the contents of a string.


Method Summary
 java.lang.String decode(java.lang.String in)
          Decodes a string encoded (usually to decode carriage returns and line feeds).
 

Method Detail

decode

public java.lang.String decode(java.lang.String in)
                        throws java.io.IOException
Decodes a string encoded (usually to decode carriage returns and line feeds).

Parameters:
in - The string to decode.
Returns:
The decoded version of the string.
java.io.IOException
See Also:
DataBinder.decode(java.lang.String)


(c) 1996-2005  All rights reserved.  Stellent, Inc.