PTASCII85Encode

@interface PTASCII85Encode : PTFilter

ASCII85Encode filter can be used to encode any data stream into a stream that does not contain any binary characters.

  • Declaration

    Objective-C

    - (instancetype)initWithInput_filter:(PTFilter *)input_filter
                              line_width:(int)line_width
                                  buf_sz:(unsigned long)buf_sz;

    Swift

    init!(input_filter: PTFilter!, line_width: Int32, buf_sz: UInt)

    Parameters

    line_width

    specifies the width of the encoded line expressed in the number of characters.