public class BlobUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getBytes(Blob blob) |
static byte[] |
getFromInputStream(InputStream inputStream) |
static byte[] |
getFromInputStream(InputStream inputStream,
long length) |
static List<byte[]> |
getListBytes(List<Blob> blobList) |
public static byte[] getBytes(Blob blob) throws SQLException
SQLExceptionpublic static byte[] getFromInputStream(InputStream inputStream, long length) throws SQLException
SQLExceptionpublic static byte[] getFromInputStream(InputStream inputStream) throws SQLException
SQLExceptionpublic static List<byte[]> getListBytes(List<Blob> blobList) throws SQLException
SQLExceptionCopyright © 2025. All rights reserved.