The binary-data tag has no wiki summary.
0
votes
1answer
26 views
Embedding PDF in an MVC view from binary data
My issue is I'm currently receiving from a web service response a string that is the binary data of a PDF file. I need to display this PDF file embedded in an MVC view. I'm using C#.
Any pointers are ...
0
votes
1answer
20 views
Does mysqldump handle binary data reliably?
I have some tables in MySQL 5.6 that contain large binary data in some fields. I want to know if I can trust dumps created by mysqldump and be sure that those binary fields will not be corrupted ...
0
votes
0answers
18 views
Javascript data URI to binary
I have a data URI for a PNG image (as the src of an image in an HTML document). I would like to be able to POST that image using an XMLHTTPRequest to a REST API. The API accepts the image in the ...
-3
votes
1answer
39 views
python sockets receive binary data
I'm having a trouble with receiving binary data to my server (python).
It seems that the OS (WIN7) sending big data in several packets without "permission",
so when im trying to send from my client ...
0
votes
2answers
61 views
How to find the size of data (samples) of the .wav file?
I have to normalize .wav audio file. Succeeded to get metadata (the first 44 bytes) from the file (ChunkID, ChunkSize, Format, fmt and so on.) so I can find out how many channels are there ...
-1
votes
1answer
26 views
python: separating binary into variable length strings?
I have a binary file that I want to split up. additionally there is a small 4byte header that the script below reads. After the header, the start of each section is a 0x01 while the end of each ...
-1
votes
2answers
38 views
Why using fread() the 2-nd time it reads a file not from beginning but from the end of reading by the 1-st fread()?
I'm want to fill hdr (struct) variable with data from in.wav file and I want to copy the first 64 bytes of in.wav file to another file (out.wav).
But! When using fread() the second time it starst to ...
1
vote
1answer
44 views
How to access sub-chunks's data of .wav file?
How to access sub-chunks's data of .wav file?
I've been trying to copy binary data (first 44 bytes) to a struct variable (size of 44 bytes). But there is a problem: I'm convinced that I'd copied ...
0
votes
3answers
47 views
Can't copy the beginning (first 64 bytes) of one .wav to an empty one
I have to copy first 64 bytes from input file in.wav into output file out.wav.
(I've downloaded a program which shows .wav file's header (chunks): first 44 bytes and first 20 bytes of data_subchunk)
...
0
votes
0answers
23 views
passing large arraybuffers from javascript to a firefox add-on
This is a related question to
Chrome extension: how to pass ArrayBuffer or Blob from content script to the background without losing its type?
I have a series of javascript arraybuffers that I want ...
-2
votes
0answers
119 views
Convert varbinary(max) column data to a file on disk from SQL Server database? [closed]
How can I copy varbinary(max) column data to a respective file on disk or UNC Path from SQL Server database as soon as it get inserted into database table? It should automatically get converted to ...
1
vote
1answer
50 views
Are stored procedures executed from text string?
There are several SQL servers having stored procedures, for example Microsoft SQL Server or PostgreSQL. There are also several client side objects implementing stored procedures calls (TADOStoredProc ...
0
votes
1answer
34 views
Create new column with binary data based on several columns
I have a dataframe in which I want to create a new column with 0/1 (which would represent absence/presence of a species) based on the records in previous columns. I've been trying this:
...
1
vote
0answers
30 views
Sybase: get a specific string from a binary column
on Sybase, I have a table containing a binary column.
Using convert(varchar(16384), convert(binary(16384), T1.TEXT)) as Text I can convert the data contained in to a string format.
Now there is my ...
0
votes
1answer
34 views
binary data manipulation in java
I spent the better part of a day chasing down a binary reconstruction bug, and want to understand why:
the specific line of code looked like this (dataBuffer is an array of bytes):
short data = ...
1
vote
1answer
33 views
Reading binary data into a c# struct
I have a file containing binary data with a format that matches this struct:
struct MyStruct {
UInt32 count;
UInt32[] items;
}
The binary data can be any length as there can be any number ...
0
votes
1answer
70 views
libuv - How to use binary protocol
I have client-server application when communicotion by simple binary protocol. The binary protocol have 12 byte header (see code) when four byte is length of data [datasize] and data block size of ...
1
vote
2answers
73 views
Finding major axis/image orientation of binary image in R
I have a high res binary image which looks something like:
I'm trying to compute the major axis which should be slightly rotated to the right and eventually get the axis of orientation of the ...
1
vote
1answer
208 views
Writing/Reading 2D array to Binary File C++
I am trying to write data from a 2D array into a binary file. I am only writing the data that has a value greater than 0. Therefore, if the data is is 0, it will not be written to the file. The data ...
0
votes
1answer
76 views
Writing to a BYTEA field - ERROR: invalid byte sequence for encoding “UTF8”: 0x98
I'm writing binary data to a BYTEA field in a UTF8 database.
When I run the query through a PHP/PDO prepared statement, I get the error:
FATAL: SQLSTATE[22021]: Character not in repertoire: 7 ERROR: ...
1
vote
2answers
107 views
Oracle: Copying Long Raw data from one table to another
Consider I have two tables Table1 and Table2 having the exact same structure. I want to copy data from Table1 to Table2. Both tables have a field with Long Raw data type. I am using the following ...
0
votes
1answer
43 views
What is the pack template for a sequence of floats?
I have N number of floats in each line of the input text file. I'm trying to convert them into binary format (sequence of 4 byte floats).
Sample line from input -12.391 -5.301 -12.854 0.438 ...
2
votes
3answers
117 views
How can I write to binary file faster in FORTRAN?
I have the following code for writing to a binary file:
CALL system_clock(Time1, rate)
OPEN( 1, FILE='Test.bin', STATUS='UNKNOWN', ACCESS='STREAM')
DO 275 I=1,NDOF
DO 274 J=1,UBW
IF ...
1
vote
1answer
33 views
Create binary matrix from occurence data in R
I am trying to create a binary occurrence matrix for multiple individuals across a time series of survey occasions. The source data is a dataframe that contains an individual ID field and an occasion ...
0
votes
0answers
61 views
Read a file as binary data in JavaScript on the client side
As the question states, I'd like some way to read files on the client side using JavaScript (is there any other possible alternative?).
These files(images mostly) are part of the webpage, and so I do ...
0
votes
0answers
235 views
Add Binary data to PDF Document using Itextsharp
hi I have two questions
1)I need to create a PDF Document from a binary data.(Means i have column in database which is of type varbinary, from this column i need to generate a PDF Document) i am ...
1
vote
1answer
121 views
pm3d in gnuplot with binary data
I have some data files with content
a1 b1 c1 d1
a1 b2 c2 d2
...
[blank line]
a2 b1 c1 d1
a2 b2 c2 d2
...
I plot this with gnuplot using
splot 'file' u 1:2:3:4 w pm3d.
Now, I want to use a ...
0
votes
1answer
53 views
Ruby net/scp, upload file from variable
It seems like net/scp in Ruby (I'm using 1.8.7) only accepts a path and not binary data as "local_file" parameter.
In my case, I have the local file stored in a variable.
Am I required to ...
0
votes
0answers
65 views
Nhibernate incrementally saving binary data
Following up from Avoiding the LOH when reading a binary
In Nhibernate would it be possible to save a Stream to database in chunks?
With the following code, a FileStream is opened and its contents ...
1
vote
2answers
145 views
How to read a file with mixed binary and ASCII data using C++
I need to read a file with mixed binary and ASCII data using C++ and pure std(no Boost). This data usually contains a mix of nested binary and ASCII headers, followed by binary data and comma ...
2
votes
3answers
151 views
Are there any Java binary protocols that are faster than RMI? [closed]
Is RMI the king (speed-wise) of the binary networking protocols, or are there others out there with higher benchmarked speeds?
Is it possible to use something like Netty to build my own binary (TCP) ...
0
votes
1answer
98 views
Using ReadFile() function to read Binary data in Windows
I have two programs: program A (in FORTRAN) and program B (in C++). They are connected through pipe with each other. Program B should read binary data directly from console of program A but for some ...
0
votes
2answers
115 views
how to store preloaded image from a form in mySQL using PHP
I have a need to store an image which is preloaded in a form in a blob filed in MySQL database.
Here is the form code:
<form id="form1" name="form1" method="POST" action="<?php echo ...
0
votes
0answers
22 views
Query huge nested binary data
I have large number of binary files which log request and response. These files themselves are small.I have 400K such files. The datastructures in binary files has almost upto 4 levels of nesting. ...
-1
votes
1answer
89 views
FFT y-scale confusion - Python scipy
I am performing FFTs on random binary data. I am confused by what the y-axis scaling factor is. My random data has a repetition rate of 400Hz, or a interval between measurements of 0.0025 seconds. The ...
0
votes
2answers
144 views
Python writing a long int as a binary value to a file
I have been trying to take a long int (m39 prime) and store it as a binary file.
When I attempt to write the bin value to a file it is written as a string.
>>> m39 = bin(2**13466917-1)
...
1
vote
3answers
46 views
Transforming FileInputStream into a stream that returns hex
I need to supply data from a binary file as a hex string. The current implementation for this loads the entire file into memory, convert it to a hex string and feeds the hex string into another ...
0
votes
1answer
145 views
Java: Reading a file containing both text and binary data
I'm having a problem with a new file format I'm being asked to implement at work.
Basically, the file is a text file which contains a bunch of headers containing information about the data in UTC-8, ...
3
votes
1answer
329 views
jetty websockets send binary data (image)
I am trying to use Jetty 8.1.2 WebSockets to send some binary data (an image) to a javascript client.
websockets java code:
BufferedImage image = getTheImage();
ByteArrayOutputStream baos = new ...
1
vote
1answer
163 views
Convert Binary stream into byte?
I have binary stream and I want it to convert in bytes. after that I want to download it into SD card.
My web services:
POST /**********Mobile/**********.asmx HTTP/1.1
Host: ***.***.*.*
...
3
votes
2answers
135 views
Is there an orthodox way to avoid compiler warning C4309 - “truncation of constant value” with binary file output?
My program does the common task of writing binary data to a file, conforming to a certain non-text file format. Since the data I'm writing is not already in existing chunks but instead is put together ...
0
votes
1answer
304 views
`struct.unpack_from` doesn't work with `bytearray`?
Unpacking from strings works:
>>> import struct
>>> struct.unpack('>h', 'ab')
(24930,)
>>> struct.unpack_from('>h', 'zabx', 1)
(24930,)
but if its a bytearray:
...
0
votes
0answers
43 views
Stream output with javascript
I have a page that needs to give some file for download based on enetered parameters.
Binary file is generated on webservice and I use following way to generate it and give to user.
...
0
votes
1answer
64 views
Stripes and Enumerate Java classes in drop down menus
When using a drop down menu with a Java enumerate, then Stripes returns some sort of binary content rather than the actual string that should represent the enumerate.
In more details, please see how ...
0
votes
0answers
224 views
javascript: blob data to file
I have a code:
var FReader = new FileReader();
FReader.onload = function(evnt){
console.log(evnt.target.result);
//How can I convert `evnt.target.result` back into a file and save it?
}
...
1
vote
1answer
60 views
How to depend the length of one token on the value of another token?
I want to tokenize some binary data where the length of some parts depend on the value of a previous token. You can think of that as follows:
<length><binary data>
Let’s say length is ...
3
votes
3answers
196 views
Print string with null character in java
I have string which contains null character ie \0. How can I print the whole string in java?
String s = new String("abc\u0000def");
System.out.println(s.length());
System.out.println(s);
Output on ...
0
votes
1answer
235 views
HDF5 for data files written with fortran
The HDF5 data storage uses the C convention, i.e. if I am storing a matrix A(N,M,K) in a binary file, the fastest changing dimension of the stored data will have size N. Apparently when I use the ...
0
votes
1answer
33 views
Working with .PGM files?
I need to do some number crunching in .PGM image files.
I'll use MatLab for that.
Now some files (apparently "P2" type) are plain-text and everything is straightforward because they look like this
...
0
votes
2answers
280 views
Viewing 8 bit RAW image file in openCV
I have a raw file which contains a header of 5 bytes containing the number of rows and columns in first two bits each . The 5th byte contains the number of bits for each pixel in the image which is 8 ...






