blob: 67b84c884a567dc6dfd356c8723e67a26a2d3467 [file] [log] [blame]
Roman Elizarov1f74a2d2018-06-29 19:19:45 +03001/*
2 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3 */
4
Sergey Mashkov6ca9a272017-07-25 20:10:27 +03005package kotlinx.coroutines.experimental.io.packet
6
Sergey Mashkov6d059932017-10-06 18:46:23 +03007import kotlinx.io.core.*
Sergey Mashkov6ca9a272017-07-25 20:10:27 +03008
Sergey Mashkov6d059932017-10-06 18:46:23 +03009internal typealias ByteWritePacket = BytePacketBuilder
10internal typealias ByteWritePacketImpl = BytePacketBuilder