EOL (property)

Used to break the stdout data stream into chunks separated by its value.

Syntax

@property (nonatomic,readwrite,assign,getter=EOL,setter=setEOL:) NSString* EOL;
- (NSString*)EOL;
- (void)setEOL:(NSString*)newEOL;

@property (nonatomic,readwrite,assign,getter=EOLB,setter=setEOLB:) NSData* EOLB; - (NSData*)EOLB; - (void)setEOLB:(NSData*)newEOL;
public var EOL: String {
  get {...}
set {...} }
public var EOLB: Data { get {...}
set {...} }

Default Value

"ASCII code 10 (newline)"

Remarks

The EOL property is used to define boundaries in the Stdout stream using the value of the property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]