override fun canDo(byteArray: ByteArray): Boolean {
            if (byteArray.isEmpty()) {
                return false
            }