We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1179cf commit 6bad1fcCopy full SHA for 6bad1fc
core/shared/src/main/scala/scodec/bits/ByteVector.scala
@@ -1,7 +1,5 @@
1
package scodec.bits
2
3
-import ByteVector._
4
-
5
import java.io.OutputStream
6
import java.nio.{ByteBuffer, CharBuffer}
7
import java.nio.charset.{CharacterCodingException, Charset}
@@ -52,6 +50,8 @@ import scala.annotation.tailrec
52
50
*/
53
51
sealed abstract class ByteVector extends BitwiseOperations[ByteVector, Long] with Serializable {
54
+ import ByteVector._
+
55
/**
56
* Returns the number of bytes in this vector.
57
* @group collection
0 commit comments