ch.panter.li.bi.asn.ber
Interface AsnBerDecoder

All Known Implementing Classes:
AsnBerDecoderImpl

public interface AsnBerDecoder


Method Summary
 AsnBerDecodingContext createContext(InputStream berInput)
           
 AsnSyntax getSyntax()
           
 AsnValueFactory getValueFactory()
           
 boolean hasMoreDataAvailable(AsnBerDecodingContext context)
           
 void readNextPDU(AsnBerDecodingContext context)
           
 

Method Detail

getSyntax

AsnSyntax getSyntax()

getValueFactory

AsnValueFactory getValueFactory()

createContext

AsnBerDecodingContext createContext(InputStream berInput)

hasMoreDataAvailable

boolean hasMoreDataAvailable(AsnBerDecodingContext context)
                             throws IOException
Throws:
IOException

readNextPDU

void readNextPDU(AsnBerDecodingContext context)
                 throws AsnException,
                        IOException
Throws:
AsnException
IOException


Copyright 2007-2007 SourceForge. All Rights Reserved.