Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての改行区切り記号を \r\n に変更する必要があります。バイト テーブルには、いくつかの \r といくつかの \r\n があります
byte[] data = (byte[]) transformedToByteObject;
データにはそのバイトが含まれていますが、その変更を処理する方法がわかりません。バイトとバイトのみで作業する必要があり、文字列に変換できません