corda / net.corda.core.utilities / ByteSequence / take

take

fun take(n: Int): ByteSequence

Take the first n bytes of this sequence as a sub-sequence. See subSequence for further semantics.