binary-data
Reading rtf information from entity entries to NSString
I have an entity (named Song) that one of the Attributes is binary data (a rtf field) that I use to to store chord charts or notes about a song.I need to be able to print this field along with the oth[详细]
2023-01-27 12:32 分类:问答Passing binary data from Javascript into a Java applet via LiveConnect
I\'m working on an application with a javascript front end that can receive a bunch of octets from the server (for the time being I\'m using php\'s chr() to simulate some data).[详细]
2023-01-27 00:35 分类:问答Oracle and programming
I just wanted to know how I can store a picture in oracle d开发者_C百科ata base ;Well, as with anything in oracle, there are a handful of ways to store a photo. You can store it as a BLOB and should b[详细]
2023-01-26 15:36 分类:问答How to insert images in mongoDB using java?
I want to store image documents in MongoDB. I am using java. Any links or su开发者_如何学运维ggestions would be appreciated.For storing binary data like images you can use GridFS or implement your ow[详细]
2023-01-26 13:36 分类:问答Create a DLL from HEX Code
I\'ve got the hex code of a DLL (which was added as an assembly in my SQL开发者_高级运维 DB). Is there a way to use this hex code to rebuild my dll?[详细]
2023-01-26 13:28 分类:问答Fast way to read interleaved data?
I\'ve got a file containing several channels of data. The file is sampled at a base rate, and each channel is sampled at that base rate divided by some number -- it seems to always be a power of 2, th[详细]
2023-01-26 13:18 分类:问答to parse a file with text (with offset information) and binary data in python
I have an xml file, which contains a set of textual element tags (each contains the decimal offset value and data length of the corresponding binary element) and the whole binary data of all the eleme[详细]
2023-01-26 11:04 分类:问答How do I read binary data from a file, and transfer it via Ruby sockets to a client performing bitwise operations?
I\'m current开发者_如何学运维ly working on a piece of software in Ruby that is meant to read a binary message from a file, and then transmit it over either a TCP or UDP socket to a C program being wri[详细]
2023-01-25 21:00 分类:问答Can I use C# Serialization to read a binary file in custom format?
I have a custom binary file which I want to read into my C# program. There are several different formats, some MSB 开发者_运维百科first, some LSB first and some with the variables in different orders[详细]
2023-01-25 02:53 分类:问答Determine whether a file contains binary or ASCII data
I take a file as an input argument and I need to determine whether or not the data is binary or not (well, ASCII or binary I guess), similar to the \'file\' command on *nix, but within my application.[详细]
2023-01-23 20:13 分类:问答