Uses of Class
com.tekann.webservice.client.parser.ZLibAnswerParser

Packages that use ZLibAnswerParser
com.tekann.webservice.client   
com.tekann.webservice.client.parser   
 

Uses of ZLibAnswerParser in com.tekann.webservice.client
 

Methods in com.tekann.webservice.client with parameters of type ZLibAnswerParser
 void ParserSOAP.setCompressionParser(ZLibAnswerParser compressParser, java.lang.String decompressedFileName)
           
 

Uses of ZLibAnswerParser in com.tekann.webservice.client.parser
 

Methods in com.tekann.webservice.client.parser that return ZLibAnswerParser
static ZLibAnswerParser ZLibAnswerParser.newInstance(java.lang.String compressedFileName)
           
static ZLibAnswerParser ZLibAnswerParser.newInstance(java.lang.String compressedFileName, totalcross.io.Stream stream)