sql >> Database teknologi >  >> RDS >> Mysql

Læser en klat fra MySQL med Java

Problemet ligger i "toString()"-kaldet:binaryStream.toString(); BinaryInputStream implementerer ikke toString() .Brug noget som dette til at læse bytes:

int ch;

//read bytes from ByteArrayInputStream using read method
while((ch = binaryStream.read()) != -1)
{
   System.out.print((char)ch);
   // store it to an array...
}


  1. MySQL og PHP - indsæt NULL i stedet for tom streng

  2. Rails-MySQL-fejl - uinitialiseret konstant MysqlCompat::MysqlRes

  3. Introduktion til Azure Serverless

  4. Hver afledt tabel skal have sit eget alias - fejl fra kombination af faldende MySQL