SourceForge.net Logo

org.netsnmp.ASN
Interface ASNFormat


public interface ASNFormat

Author:
Andrew E. Page aepage@users.sourceforge.net Interface to allow for customizable printing of ASNValues

Method Summary
 String format(ASNValue v)
           
 

Method Detail

format

public String format(ASNValue v)
Parameters:
v - value to be formatted
Returns:
value formatted as a string

SourceForge.net Logo