<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="">Streams</string>
    <string name="">A stream in the context of Beast and networking, represents a full-duplex connection between two programs or hosts, where data represented as bytes may be received reliably in the same order they were written. Streams may support any combination of synchronous and/or asynchronous reading and writing.</string>
    <string name="">Stream concepts are based on named requirements in networking:</string>
    <string name="">Stream</string>
    <string name="">A type modeling [*Stream] meets either or both of the following requirements:</string>
    <string name="">* [*AsyncStream]\n* [*SyncStream]</string>
    <string name="">AsyncStream</string>
    <string name="">A type modeling [*AsyncStream] meets the following requirements:</string>
    <string name="">* __AsyncReadStream__\n* __AsyncWriteStream__</string>
    <string name="">SyncStream</string>
    <string name="">A type modeling [*SyncStream] meets the following requirements:</string>
    <string name="">* __SyncReadStream__\n* __SyncWriteStream__</string>
</resources>
