Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
remove frombyte funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
loveridge committed Aug 22, 2015
1 parent cb524c5 commit 234d194
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/src/occi_extension.dart
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@ class BFile {
class Blob {
Blob._();

Blob.fromBytes(List<int> bytes) {
// _initSetBytes(bytes);
}
void append(Blob b) native 'OracleBlob_append';

void copy(Blob b, int length) native 'OracleBlob_copy';
Expand All @@ -310,9 +307,6 @@ class Blob {
class Clob {
Clob._();

Clob.fromBytes(List<int> bytes) {
// _initSetBytes(bytes);
}
void append(Clob b) native 'OracleClob_append';

void copy(Clob b, int length) native 'OracleClob_copy';
Expand Down

0 comments on commit 234d194

Please sign in to comment.