mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
yep steam classes are faster...
This commit is contained in:
@ -18,7 +18,7 @@ public struct TarReader {
|
||||
case directory(name: String)
|
||||
}
|
||||
|
||||
public static func read<S: InputStream>(_ stream: inout S) throws -> [Entry] {
|
||||
public static func read(_ stream: InputStream) throws -> [Entry] {
|
||||
var entries = [Entry]()
|
||||
|
||||
while true {
|
||||
|
Reference in New Issue
Block a user