Class MultipartParser


  • public class MultipartParser
    extends java.lang.Object
    Author:
    Stuart Douglas
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte CR
      The Carriage Return ASCII character value.
      static byte DASH
      The dash (-) ASCII character value.
      static byte HTAB
      The Horizontal Tab ASCII character value;
      static byte LF
      The Line Feed ASCII character value.
      static byte SP
      The Space ASCII character value;
    • Constructor Summary

      Constructors 
      Constructor Description
      MultipartParser()