30 lines
559 B
YAML
30 lines
559 B
YAML
name: EightBitContentEncoder
|
|
class_comment: null
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: encodeByteStream
|
|
visibility: public
|
|
parameters:
|
|
- name: stream
|
|
- name: maxLineLength
|
|
default: '0'
|
|
comment: null
|
|
- name: getName
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: encodeString
|
|
visibility: public
|
|
parameters:
|
|
- name: string
|
|
- name: charset
|
|
default: '''utf-8'''
|
|
- name: firstLineOffset
|
|
default: '0'
|
|
- name: maxLineLength
|
|
default: '0'
|
|
comment: null
|
|
traits: []
|
|
interfaces:
|
|
- ContentEncoderInterface
|