小编Kal*_*lue的帖子

如何将netty ByteBuf转换为String,反之亦然

有没有办法将netty ByteBuf转换为String,反之亦然?

public String toString(ByteBuf b){

 //return b enconded to a String
}

public Bytebuf ToByteBuff(String s){

  //return s decoded to Bytebuf
}
Run Code Online (Sandbox Code Playgroud)

java encoding decoding netty

7
推荐指数
1
解决办法
5615
查看次数

标签 统计

decoding ×1

encoding ×1

java ×1

netty ×1