Deprecated API


Contents
Deprecated Classes
com.phoenix_int.aserver.types.PHXInteger
           
 

Deprecated Fields
com.phoenix_int.aserver.util.PHXFileParser.AUTOMATIC
          in favor of Parser.Mode.AUTOMATIC 
com.phoenix_int.aserver.util.PHXFileParser.BUFFERED
          in favor of Parser.Mode.BUFFERED 
com.phoenix_int.aserver.util.PHXFileParser.FILE_SIZE_LIMIT
          in favor of Parser.Mode.FILE_SIZE_LIMIT 
com.phoenix_int.aserver.util.scriptwrapper.api.PHXRowFieldFile.GENERATE
          in favor of ParseableFile.Mode.GENERATE 
com.phoenix_int.aserver.util.scriptwrapper.api.PHXRowFieldFile.PARSE
          in favor of ParseableFile.Mode.PARSE 
com.phoenix_int.aserver.util.PHXFileParser.RANDOM_ACCESS
          in favor of Parser.Mode.RANDOM 
com.phoenix_int.aserver.util.scriptwrapper.api.PHXRowFieldFile.READ_TEMPLATE
          in favor of ParseableFile.Mode.READ_TEMPLATE 
 

Deprecated Methods
com.phoenix_int.aserver.types.PHXInteger.getHasFormat()
          in favor of PHXInteger.hasFormat() 
com.phoenix_int.aserver.types.PHXLong.getHasFormat()
          in favor of PHXLong.hasFormat() 
 

Deprecated Constructors
com.phoenix_int.aserver.util.PHXFileParser(String, int)
          in favor of PHXFileParser.PHXFileParser(String, Parser.Mode) 
com.phoenix_int.aserver.util.scriptwrapper.api.PHXRowFieldFile(PHXScriptWrapperObject, int)
          in favor of PHXRowFieldFile.PHXRowFieldFile(PHXScriptWrapperObject, ParseableFile.Mode)