blob: b173efbdea33c38329e2ba264d415958308e3e96 [file] [log] [blame]
Roman Elizarov469cad32017-08-15 15:54:56 +03001/*
Roman Elizarov1f74a2d2018-06-29 19:19:45 +03002 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Roman Elizarov469cad32017-08-15 15:54:56 +03003 */
4
5package kotlinx.coroutines.experimental.io
6
7/**
8 * Byte buffer.
9 */
10typealias ByteBuffer = java.nio.ByteBuffer