File mark() reset() doubt...

Hi,
I have a doubt regarding the concept of reset() and mark() methods of BufferedInputStream class. Here is the code
class FileDemo
  public static void main(String[] args)throws IOException
          String st = "123456789";
          int c;
          byte[] buf = st.getBytes();
          ByteArrayInputStream in = new ByteArrayInputStream(buf);
          BufferedInputStream f = new BufferedInputStream(in);
          for(int i=0;i<8;++i)
          c = f.read();
          System.out.print((char)c);
          System.out.println();     
          f.mark(5);
          f.reset();
          c = f.read();
          System.out.print((char)c);
Output
12345678
9In above code when i execute f.mark(5), the file pointer should make a mark at 5th byte i.e character 5, and when i execute reset the file pointer must point back to this 5th byte and must print 5 when i print for the next time. But instead the output i get is 9 after reset is executed. Please clarify.....

In above code when i execute f.mark(5), the file
pointer should make a mark at 5th byte i.e character 5No, it shouldn't.
and when i execute reset the file pointer must
point back to this 5th byte and must print 5 when i
print for the next time. But instead the output i get
is 9 after reset is executed. Please clarify.....The API documentation is pretty clear, I think, especially if you follow the links to the description of what mark() is supposed to do:
"Marks the current position in this input stream. A subsequent call to the reset method repositions this stream at the last marked position so that subsequent reads re-read the same bytes.
The readlimit argument tells this input stream to allow that many bytes to be read before the mark position gets invalidated."

Similar Messages

  • Mark/reset IO exception

    Hi everyone,
    What I'm trying to do here is get an audio file from the jar file as an input stream and convert this to an audioInputStream. Obtaining it from the jar file works fine. The problem is that I get an io exception at the following line:
    audioInputStream = AudioSystem.getAudioInputStream(is);This code all worked fine before when I created an audioInputStream using a File object. Is there any work around that would solve this?
    public void beginAudio()
    jarFile = new JarFile("z.jar");
    soundFile = jarFile.getJarEntry("Multimedia/DMathews.wav");
          if(soundFile!=null)System.err.println("sound file is not NULL here");
          loadAudio(soundFile);
    public void loadAudio(JarEntry entry)
        try
            is = jarFile.getInputStream(entry);
            if(is!=null)System.err.println("is is NOT NULL");
            if (is.markSupported()==false)System.err.println("mark is NOT supported by IS");
            audioInputStream = AudioSystem.getAudioInputStream(is);
            if (audioInputStream.markSupported()==false)
    System.err.println("mark is NOT supported by audioInputStream");
          catch(Exception ex)
            ex.printStackTrace();
          audioFormat =audioInputStream.getFormat();
    }This is the exception:
    is is NOT NULL
    mark is NOT supported by IS
    java.io.IOException: mark/reset not supported
    at java.io.InputStream.reset(InputStream.java:329)
    at java.io.FilterInputStream.reset(FilterInputStream.java:204)
    at java.io.FilterInputStream.reset(FilterInputStream.java:204)
    at com.sun.media.sound.WaveFileReader.getAudioFileFormat(WaveFileReader.
    java:128)
    at com.sun.media.sound.WaveFileReader.getAudioInputStream(WaveFileReader
    .java:237)
    at javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:
    680)
    at Multimedia.testSound.loadAudio(testSound.java:413)
    at Multimedia.testSound.beginAudio(testSound.java:214)

    I tried the following code but got the exception below:
    soundFile = jarFile.getJarEntry(audioFiles[lsClips.getSelectedIndex()] );
          is = (InputStream)jarFile.getInputStream(entry);
          if(is!=null)System.err.println("is is NOT NULL");
          ObjectInputStream in = new ObjectInputStream(is);is is NOT NULL
    java.io.StreamCorruptedException: invalid stream header
    Does anyone have any suggestions?

  • Mark/reset not supported

    Hello,
    i've setup an application building pdfs and xml files from print files. This application works with some input files, not with all.
    The exception that comes up is:
    <code>
    java.io.IOException: mark/reset not supported
         at java.io.InputStream.reset(Unknown Source)
         at com.compcomp.hhsued.bl.export.PdfTemplateImpl.parseEscapeString(PdfTemplateImpl.java:160)
         at com.compcomp.hhsued.bl.export.PdfTemplateImpl.parseIt(PdfTemplateImpl.java:65)
         at com.compcomp.hhsued.bl.export.templates.PdfTemplateSUDU.render(PdfTemplateSUDU.java:130)
         at com.compcomp.hhsued.bl.input.ConverterProcessor.writePdfFile(ConverterProcessor.java:323)
         at com.compcomp.hhsued.bl.input.ConverterProcessor.init(ConverterProcessor.java:147)
         at com.compcomp.hhsued.bl.input.ConverterProcessor.<init>(ConverterProcessor.java:69)
         at com.compcomp.hhsued.bl.main.BlConverter.main(BlConverter.java:67)
    </code>
    What means this: mark/reset not supported?
    And why doesn't it happen always?
    Thank you,
    Nico

    Input streams represent a input source. The type of the source can vary, for example it could be a socket or it could be a file.
    In a random acces file you can 'mark' a position in the file. One can then return to that position by 'reset'.
    One of the source types you are using does not support that.

  • Reading a copy 'end-of-file' marker using TEXT_IO

    Hi
    I am using TEXT_IO to read a file, but the in the file there are special characters such as
    ,' ' which I think are "end of file marker" 1A hex, which 'COPY' adds to the end of and ascii copy.
    I'm using Oracle forms 6i, and when reading the above characters it raises unhandled exception ORA-01403, even though it hasn't reached the end of file.
    Can anyone help or advaise a way to avoid this problem?
    Thank You & Regards
    Begum

    One method is to save your data using the "write to spreadsheet file" vi, using whatever delimiter you choose (usually either comma ro tab char). This gives a file that can be opened with a text editor or Excel, and consists of rows of "numbers" seperated by the delimiter with an end of line char at the end of each row. When read back in using the "Read from Spreadsheet file", you can define how the values will be interpreted, either as numbers or as characters. The read data will be returned as a 2D array. This array can be indexed, either by autoindexing with loops, or by explicitly indexing to retrieve specific values (A[2,7]) and the returned values used however you wish.
    P.M.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Photoshop cs6 running extremely slow on opening a file. have reset prefs and set type to none.

    Photoshop cs6 running extremely slow on opening a file. have reset prefs and set type to none. have to force quit  most of the time.

    I'm experiencing the same trouble.  Photoshop takes 5 minutes to open then runs fine.
    I recently bought a new iMac AND updated to Adobe Master Collection CS6.  My concern is that PhotoShop now takes 5 minutes to open. The Photoshop desktop pops up immediately, but the moment you click on a tool or try to open a file (no matter the size) results in the spinning wheel for five minutes before you can do anything.  After that, Photoshop appears to work fine.
    What I’ve done:
    Ran Adobe updater
    Reset Photoshop Preferences
    Validated all fonts and removed any trouble fonts
    Ran the font test
    Set font preview size to none
    Cleared the Photoshop type cache and system cache
    Disabled Symantec Endpoint
    Tried running with the GPU processor on/off and in basic
    Tried opening Photoshop with optional third party plug-ins turned off (still took five minutes but this time I didn’t even get the Photoshop desktop view until AFTER the five minutes)
    I’m wondering since I migrated the files form my old computer (and older versions of Master Collection) did something get corrupted.
    System Info
    Adobe Photoshop Version: 13.0.6 (13.0.6 20131025.r.54 2013/10/25:21:00:00) x64
    Operating System: Mac OS 10.9.4
    System architecture: Intel CPU Family:6, Model:60, Stepping:3 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 3500 MHz
    Built-in memory: 32768 MB
    Free memory: 21330 MB
    Memory available to Photoshop: 30850 MB
    Memory used by Photoshop: 70 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2 (Apr 25 2014 22:04:25)
    OpenGL Version: 2.1
    Video Rect Texture Size: 16384
    OpenGL Memory: 2047 MB
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: NVIDIA GeForce GTX 780M OpenGL Engine
    Display: 1
    Main Display
    Display Depth: 32
    Display Bounds: top=0, left=0, bottom=1440, right=2560
    Video Renderer ID: 16918308
    Video Card Memory: 2048 MB
    Application folder: /Applications/Adobe Photoshop CS6/
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Macintosh HD, 931.0G, 713.2G free
    Required Plug-ins folder: /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/
    Primary Plug-ins folder: /Applications/Adobe Photoshop CS6/Plug-ins/
    Additional Plug-ins folder: not set
    Installed components:
    adbeape.framework adbeape 3.3.8.19346   66.1025012
    AdbeScriptUIFlex.framework AdbeScriptUIFlex 6.2.29.18602 66.490082
    adobe_caps.framework adobe_caps 6.0.29.0   1.276181
    AdobeACE.framework AdobeACE 2.19.18.20743   66.507768
    AdobeAGM.framework AdobeAGM 4.26.20.20743   66.507768
    AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
    AdobeAXEDOMCore.framework AdobeAXEDOMCore 3.7.101.18636 66.26830
    AdobeBIB.framework AdobeBIB 1.2.02.20743   66.507768
    AdobeBIBUtils.framework AdobeBIBUtils 1.1.01   66.507768
    AdobeCoolType.framework AdobeCoolType 5.10.33.20743 66.507768
    AdobeCrashReporter.framework AdobeCrashReporter 6.0.20120720  
    AdobeExtendScript.framework AdobeExtendScript 4.2.12.18602 66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
    AdobeLinguistic.framework      17206  
    AdobeMPS.framework AdobeMPS 5.8.0.19463   66.495174
    AdobeOwl.framework AdobeOwl   5.0.4   79.517869
    AdobePDFL.framework AdobePDFL   10.0.1.18562   66.419471
    AdobePDFSettings.framework AdobePDFSettings 1.4  
    AdobePIP.framework AdobePIP 7.0.0.1686  
    AdobeScCore.framework AdobeScCore 4.2.12.18602   66.490082
    AdobeUpdater.framework AdobeUpdater 6.0.0.1452   "52.338651"
    AdobeXMP.framework AdobeXMPCore 66.145661   66.145661
    AdobeXMPFiles.framework AdobeXMPFiles 66.145661   66.145661
    AdobeXMPScript.framework AdobeXMPScript 66.145661   66.145661
    ahclient.framework ahclient 1.7.0.56  
       aif_core.framework   AdobeAIF   3.0.00   62.490293
    aif_ocl.framework AdobeAIF   3.0.00   62.490293
    aif_ogl.framework AdobeAIF   3.0.00   62.490293
    AlignmentLib.framework xcode   1.0.0.1  
    amtlib.framework amtlib   6.0.0.75  
    boost_date_time.framework boost_date_time 6.0.0.0  
    boost_signals.framework boost_signals 6.0.0.0  
    boost_system.framework boost_system 6.0.0.0  
    boost_threads.framework boost_threads 6.0.0.0  
    Cg.framework   NVIDIA Cg     
    CIT.framework CIT   2.1.0.20577   146758
    data_flow.framework AdobeAIF   3.0.00   62.490293
    dvaaudiodevice.framework dvaaudiodevice 6.0.0.0  
    dvacore.framework dvacore   6.0.0.0  
    dvamarshal.framework dvamarshal 6.0.0.0  
    dvamediatypes.framework dvamediatypes 6.0.0.0  
    dvaplayer.framework dvaplayer 6.0.0.0  
    dvatransport.framework dvatransport 6.0.0.0  
    dvaunittesting.framework dvaunittesting 6.0.0.0  
    dynamiclink.framework dynamiclink 6.0.0.0  
       FileInfo.framework   FileInfo   66.145433   66.145433
    filter_graph.framework AdobeAIF   3.0.00   62.490293
    hydra_filters.framework AdobeAIF   3.0.00   62.490293
    ICUConverter.framework ICUConverter 3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61 "gtlib_3.0" "." "16615"
    image_compiler.framework AdobeAIF   3.0.00   62.490293
    image_flow.framework AdobeAIF   3.0.00   62.490293
    image_runtime.framework AdobeAIF   3.0.00   62.490293
    LogSession.framework LogSession 2.1.2.1681  
    mediacoreif.framework mediacoreif 6.0.0.0  
    PlugPlug.framework PlugPlug 3.0.0.383  
    UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24 "6.0.0.24"
    wrservices.framework        
    Required plug-ins:
       3D Studio 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 8.4 (199), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Camera Raw Filter 8.4 (199), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0.6 x001  ©2002-2013 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0.6 x001 ©2003-2013 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dicom 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “dicom.plugin”
       Difference Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0.6 x001  ©1997-2013 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Entropy 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Flash 3D 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Google Earth 4 KMZ 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0.6 x001  ©2001-2013 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Kurtosis 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Maximum 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mean 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
    Measurement Core 13.0.6 x001 ©1993-2013 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Median 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
    Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Minimum 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       MMXCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Multiprocessor Support 13.0.6 x001 ©1990-2013 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PCX.plugin”
    Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Photoshop 3D Engine 13.0.6 x001 ©2006-2013 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0.6 x001 ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0.6 x001  ©2003-2013 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Range 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
    Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2013 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Skewness 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Standard Deviation 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       STL 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Summation 13.0.6 x001 ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Variance 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
    Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Wavefront|OBJ 13.0.6 x001 ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins:
       Alien Skin Blow Up 3 Blow Up 3 3.0.0.672 20633 Copyright © 2011 Alien Skin Software, LLC - from the file “Alien Skin Blow Up 3 Automation.8li.plugin”
       Analog Efex Pro 1.0.11.180, Copyright ©2000-2014, Google - from the file “Analog Efex Pro.plugin”
       Analog Efex Pro 2 2.0.4.288, Copyright ©2000-2014, Google - from the file “Analog Efex Pro 2.plugin”
    BackgroundFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “BackgroundFilter.plugin”
       Blow Up Blow Up 3 3.0.0.672 20633 Copyright © 2011 Alien Skin Software, LLC - from the file “Alien Skin Blow Up 3 Photoshop.8bf.plugin”
       Color Efex Pro 4 4.3.16.288, Copyright ©2000-2014, Google - from the file “Color Efex Pro 4.plugin”
       Dfine 2 2.2.16.288, Copyright ©2000-2014, Google - from the file “Dfine2.plugin”
    FineStructuresFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “FineStructuresFilter.plugin”
       HDR Efex Pro 2 2.2.16.288, Copyright ©2000-2014, Google - from the file “HDR Efex Pro 2.plugin”
       Hidden Topaz Labs Denoise - from the file “TopazRemaskAutomate.plugin”
    HotPixelsFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “HotPixelsFilter.plugin”
       Merge to HDR Efex Pro 2 2.2.16.288, Copyright ©2000-2014, Google - from the file “HDR Efex Pro 2 Automation.plugin”
       Nik Collection Selective Tool 2.1.21.288, Copyright ©2000-2014, Google - from the file “SelectivePalette.plugin”
    ShadowsFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “ShadowsFilter.plugin”
       Sharpener Pro 3: (1) RAW Presharpener 3.1.16.288, Copyright ©2000-2014, Google - from the file “SHP3RPS.plugin”
    Sharpener Pro 3: (2) Output Sharpener 3.1.16.288, Copyright ©2000-2014, Google - from the file “SHP3OS.plugin”
       Silver Efex Pro 2 2.2.16.288, Copyright ©2000-2014, Google - from the file “Silver Efex Pro 2.plugin”
    SkinFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “SkinFilter.plugin”
    SkyFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “SkyFilter.plugin”
       StrongNoiseFilter 2.2.16.288, Copyright ©2000-2014, Google - from the file “StrongNoiseFilter.plugin”
       Topaz Adjust 5 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_adjust5.plugin”
       Topaz B&W Effects 2 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_BW2_Effects.plugin”
       Topaz Clean 3 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_clean3.plugin”
       Topaz DeJpeg 4 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_dejpeg4.plugin”
       Topaz DeNoise 5 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_denoise5.plugin”
       Topaz Detail 3 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_detail3.plugin”
       Topaz InFocus CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_infocus.plugin”
       Topaz Lens Effects CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_Lens_Effects.plugin”
       Topaz ReMask 3 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_remask3.plugin”
       Topaz Simplify 4 CS3 (10.0) ©1993-2007 Adobe Systems Incorporated - from the file “Topaz_simplify4.plugin”
       Viveza 2 2.1.16.288, Copyright ©2000-2014, Google - from the file “Viveza2.plugin”
    WhiteWindowWorkaround 1.0.5, Copyright 2013-2014 - from the file “WhiteWindowWorkaround.plugin”
    Plug-ins that failed to load: NONE
    Flash:
       Gallery Wrapper
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

  • I can't read a file with the ext PDF the sender informed me that the file was reset to PDF.

    I can't read a file with the .ext PDF the sender informed me that the file was reset to PDF. But when I tried to open it the caption box informed me"the file is not in PDF format. I suspect the sender simply changed the file .ext which is why I can't open it! What can I do about it! I am working on an iPad.
    Thanks
    Mr Jim Lapthorn

    If the document is not, in fact, a PDF, then you will need to get your sender to provide a PDF.
    Can you open this document in any other application?

  • How to make OMS try to re-load XML files marked as error

    Hello,
    we have a lot of XML files marked as errors due to the OMS had been unable to load them becouse a full TS.
    Now that de TS has been extended, how can we force the OMS loader to retry loading all those XML files???. Is there any method to do it??.
    Thanks in advance.

    Hi,
    >>>
    Now, after the form has been open for several weeks and I have collected a number of responsed (hence, made a number of assignments) I've been asked to get 2 volunteers for most assignments (I was only getting 1 volunteer per assignment initally). I now need to reopen/re-display all of the assignments that I marked as an error but they are no longer visable on my form.
    Can I bring them back? If so, how?
    You can go back to "Design" Tab and add the options back to your choice fields. For example, if your choice field options are "Blue", "Yellow", "Red", and you deleted "Red", you can add "Red" back to the choice field options (you should be able to add additional new options as well).  In "View Responses" Tab you should not see the error mark anymore.
    Hope this helps,
    Thanks,
    Lucia

  • HT3964 how do I save files before resetting computer

    how do I save files before resetting computer

    Get an external drive and clone your internal drive to it, you can use Disk Utility, Carbon Copy Cloner or SuperDuper to achieve this.
    The external drive should be the same size or larger than your internal.

  • HELP I'm getting a blinking folder with a question mark at start up? Have been trying to fix this for 3 hours and I dont want to lose all my files by resetting it completely!!

    I currently have Mavericks but my original OS X disk that I have I'm pretty sure is Mac OS X 10.6.6. I'm not great with computers but am usually able to fix problems I have had with mine in the past. I have reinstalled and reset my computer to factory settings before, but I am locked out of my computer completely & can't get to my files to save them & I really dont want to lose them. I was in Safari earlier opening a file, the page started to not respond & froze up my whole desktop so I did a hard shutdown & restarted my computer. I haven't been able to get back into my account ever since. If my only choice is to lose my files & reinstall everything, I need detailed instructions because I actually attempted to do this at first, out of desperation to fix my computer & the installer was asking me to select what disk I wanted to reinstall lion to yet I dont have a disk for that nor do I know what it exactly is asking of me? Please help

    Question (?) Mark, Blinking Folder, or Gray Screen at Startup
    These are related but not identical issues. Their causes are outlined in Intel-based Mac- Startup sequence and error codes, symbols. Solutions may be found in:
    A flashing question mark or globe appears when you start your Mac
    Mac OS X- Gray screen appears during startup
    In most cases the problems may be caused by one or more of these:
    a. Problem with the computer's PRAM - See Resetting your Mac's PRAM and NVRAM.
    b. Boot drive's directory has been corrupted - Repair with Disk Utility.
    c. Critical system files are damaged or deleted - Reinstall OS X.
    d. The disk drive is physically non-functional - Replace the hard drive.
    Note that the information I have provided is what Apple recommends, If other users suggest different solutions than found here, then be sure what they recommend does not impact on your warranty, if any, or ability to get continuing Apple service.
    Please don't start removing drives or changing cables unless you know what you are doing and have exhausted other non-invasive alternatives outlined here. If you perform any work yourself that is unapproved by Apple, then you will void any warranty you may have and lose all further Apple Support.
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    The main difference if you are using Lion or Mountain Lion is that you must first boot from the Recovery HD. Simply boot from the Recovery HD to perform the above.
    Reinstall Snow Leopard Without Erasing The drive
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.
    Reinstalling Lion/Mountain Lion Without Erasing The Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Time the length of a boolean value then write that value to a file then reset the timer ready for the next time

    I have a VI where I need to time the value of a boolean which I use a tick counter in ms which is fine.  So when the value is 'true', the timer starts and when the value is 'false' the timer stops and using an indicator I can see in (ms) the duration which the boolean was true.  not a problem (see attached).
    But what I need is that duration time to be recorded to file, txt doc or what ever/spreadsheet not fussed at the min.  but it needs to be stored!
    Once it has successfully stored the time, I want the timer to reset to 0 ready to time the next value and recored it, but not write over the previuosly stored time.
    Hope someone can please help.  thanks (the labview expert) nooorrrrrwwwwt
    Attachments:
    timing values and writing them to a file.png ‏10 KB

    DailyDose wrote:  Tick Count is not a timing duration tool....
    That's why you subtract the curent from the previous.  That will give you the duration you are looking for.  It is accurate to the ms.  So if that is all the resolution you need, it works wonderfully.  If you need more accurate, then use the High Resolution Relative Seconds instead.  If your time length is more than seconds, then start looking at using the system timestamp.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Multiple mark()/reset() calls

    i am currently converting a c program into java, and the original program uses several getpos and setpos commands to jump around in a file stream. is there any way to use mark and reset in a similar way?

    kdgregory is correct, you can't do this with the built in java io stream classes.
    However you could build your own MultimarkableInputStream and support it, but it would probably be more work than you'd want.

  • How do I prevent Firefox from locking up when I click on "Save As" under the "File" menu (resetting Firefox didn't solve the problem)?

    I'm running Windows Vista Home Premium OS on Dell XPS 420 system. Firefox locks up each time I click on "Save As" under the "File" menu. Resetting Firefox did NOT solve the problem. If, instead of using Firefox, I log on to a website using Microsoft Windows Internet Explorer, the "Save As" feature works fine, as it should. I would occasionally like to save a web page, using "Save As" while using Firefox, instead of copying the page to a Word Document, and then saving it.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Photo File Names Reset After Every Synch with iPhoto

    I have iPhone 3GS running iOS 4.0.1
    This only started happening in the last couple weeks: every time I synch-and-delete my photos with iPhoto (6.0.6), it resets the "file name" counter on the photos I take on the phone. I've been using this version of iPhoto and synch-and-delete as my photo saving method since I got the phone and before it would always remember the last photo number taken. Now I am ending up with dozens of photos in my library called "IMG_0001" etc, which is very frustrating when I want to move photos anywhere as a batch.
    Is this a new "feature" for iOS4? I can't find any settings that could be causing it on the phone.

    I noticed the same problem today when I tried to export my iphone pictures from iphoto into a folder with other iphone pictures from last week.
    I have an iphone 4 running 4.0.2

  • File Adapter NFS: Doubt with th Data Type corresponding to the XML

    Hi All!!
    On my scenario, a file is caught from the server and its information is passed to a proxy.
    My doubt is how must be the XML format and the Data Type to the data be correctly retrieved?
    The XML I have designed is the next:
    Is correct? If yes, How must be defined its Data Type?
    Thanks and regards,
    Manuel Míguez.

    Hi!
    I will try to elaborate my question.
    I have the next XML Data on the Server:
    <?xml version='1.0' encoding='UTF-8'?>
    <DT_File_Req>
    <NumeroDocumento>2/0211/M015010010N</NumeroDocumento>
    <Tipo>ZEP</Tipo>
    <Version>000</Version>
    <Parcial>00</Parcial>
    <Descripciones>
    <Item>
    <Idioma>ES</Idioma>
    <DescripcionCorta>Prueba descripcion corta</DescripcionCorta>
    <DescripcionLarga>Prueba descripcion larga swfiwjeflijwelifjlwejlkfdsjfelsdjflkjdslkfjsjdoifjposdjfojsdkjfslkdjfwehjfjdslfkjsdlfhswfsdfl</DescripcionLarga>
    </Item>
    <Item>
    <Idioma>FR</Idioma>
    <DescripcionCorta>Prueba descripcion corta en frances</DescripcionCorta>
    <DescripcionLarga>Prueba descripcion larga en frances ejlkfdsjfelsdjflkjdslkfjsjdoifjposdjfojsdkjfslkdjfwehjfjdslfkjsdlfhswfsdfl</DescripcionLarga>
    </Item>
    </Descripciones>
    <Caracteristicas>
    <Item>
    <Nombre>Fecha Inicio Plano</Nombre>
    <Valor>12032008</Valor>
    </Item>
    <Item>
    <Nombre>Fecha Fin Plano</Nombre>
    <Valor>20032008</Valor>
    </Item>
    </Caracteristicas>
    </DT_File_Req>
    This XML is polled by XI.
    I have created the next Data Dype corresponding with structure of the XML (I hope will be understable):
    DT_File_Req
    Numero Documento STRING
    Tipo STRING
    Parcial STRING
    Descripciones
    Item 1..n
    Idioma STRING
    DescripcionCorta STRING
    DescripcionLarga STRING
    Caracteristicas
    Item 1..n
    Nombre STRING
    Valor STRING
    My question is if this XML structure and this Data Type are compatible. I get on SXMB_MONI an error on the Mapping and I guess that the error is produced because the XML Format is not correct.
    Thanks and regards,
    Manuel.

  • From 1.5 to 2.1 - file path resets when exporting multiple ddl files

    Situation:
    I regularly export data using the following steps - right click table name->export data->insert
    I am then prompted for the file path and file name. I type the path and script name, save and then move on to the next table.
    In 1.5, when I was prompted for the file path and name, the last path entered automatically populated along with the file name (equal to the current table name).
    However, after migrating to 2.1 and importing the settings from 1.5, the behaviour changes. Instead of filling in the prior path, the prompt always resets and provides the default windows session directory. Since I export multiple tables to the same directory on a regular basis, this becomes problematic. I have a work-around that involves cutting / pasting the path each time but I'm looking to streamline where I can.
    I suspect I merely need to set the correct preference value somewhere. Does anyone know what that preference setting would be? Again, the goal is for the file path prompt to fill in the value of the last path entered when I exported the previous table during a mullti table data export.
    Thanks in advance....
    Edited by: user12514925 on Jan 26, 2010 5:27 PM

    I'd rather say that's a lost feature (no preference, sorry). Probably an accident, but might be by design. Anyway, makes sense to put it back.
    Regards,
    K.

Maybe you are looking for