---
title: "deliverInputNoCopy(length:message:isComplete:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/nwprotocolframer/instance/deliverinputnocopy(length:message:iscomplete:)"
---

# deliverInputNoCopy(length:message:isComplete:)

Delivers an inbound message containing a specific number of next received bytes.

## Declaration

```swift
final func deliverInputNoCopy(length: Int, message: NWProtocolFramer.Message, isComplete: Bool) -> Bool
```

## See Also

### Delivering Input

- [parseInput(minimumIncompleteLength:maximumLength:parse:)](network/nwprotocolframer/instance/parseinput(minimumincompletelength:maximumlength:parse:).md)
- [deliverInput(data:message:isComplete:)](network/nwprotocolframer/instance/deliverinput(data:message:iscomplete:).md)
- [passThroughInput()](network/nwprotocolframer/instance/passthroughinput().md)
