errEOL (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=errEOL,setter=setErrEOL:) NSString* errEOL;
- (NSString*)errEOL;
- (void)setErrEOL:(NSString*)newErrEOL;

@property (nonatomic,readwrite,assign,getter=errEOLB,setter=setErrEOLB:) NSData* errEOLB; - (NSData*)errEOLB; - (void)setErrEOLB:(NSData*)newErrEOL;
public var errEOL: String {
  get {...}
set {...} }
public var errEOLB: Data { get {...}
set {...} }

Default Value

"ASCII code 10 (newline)"

Remarks

The ErrEOL property is used to define boundaries in the Stderr 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]