Skip to content

Commit

Permalink
Remove position requirement for OutputStream.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystone committed Jan 26, 2019
1 parent 6254734 commit 1dc239b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ import Foundation
///
internal protocol OutputStream {

/// The current write position or number of bytes
/// written to the stream.
///
var position: UInt64 { get }

/// Write the byte block to the output.
///
/// - Parameter bytes: An array of UInt8 byes to output to the stream.
Expand Down

0 comments on commit 1dc239b

Please sign in to comment.