blob: b173efbdea33c38329e2ba264d415958308e3e96 [file] [log] [blame]
/*
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package kotlinx.coroutines.experimental.io
/**
* Byte buffer.
*/
typealias ByteBuffer = java.nio.ByteBuffer